/* Dark theme — edit here to change the site color scheme */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&display=swap');
:root {
  --font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --bg:        #0d0e13;
  --surface:   #12131a;
  --surface2:  #1a1b24;
  --surface3:  #23242f;
  --border:    #23242f;
  --border2:   #2e2f3e;
  --text:      #e8e9f0;
  --muted:     #6b6d80;
  --muted2:    #9899a8;
  --accent:    #b8a27d;
  --accent-d:  #d9ca9c;
  --accent-dim:#d9ca9c;
  --accent-ink:#1a1408;
  --brand-logo:#e8b534;
  --lumen:     #b8a27d;
  --green:     #34d399;
  --red:       #f87171;
  --yellow:    #fbbf24;
  --user-bg:   #1e1f2e;
  --asst-bg:   #12131a;
}

body { font-family: var(--font-body) !important; }
button, input, select, textarea { font-family: inherit; }
