/* Base typography */
body {
  font-family: "Noto Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, .font-display {
  font-family: "Space Grotesk", sans-serif;
}

/* Custom scrollbar for dark theme */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #101622;
}
::-webkit-scrollbar-thumb {
  background: #232f48;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1152d4;
}
