/* Inline style 1 */
body {
    background-color: #080B10;
    color: #EDF3F8;
    font-family: 'Inter', sans-serif;
  }
  h1, h2, h3, h4 {
    font-family: 'Space Grotesk', sans-serif;
  }
  .font-mono {
    font-family: 'JetBrains Mono', monospace;
  }
  /* Custom scrollbar for premium aesthetic */
  ::-webkit-scrollbar { width: 8px; }
  ::-webkit-scrollbar-track { background: #080B10; }
  ::-webkit-scrollbar-thumb { background: #242E3C; border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover { background: #22D3A6; }
