/* 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: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --bg:        #20201e;
  --surface:   #252523;
  --surface2:  #2c2c29;
  --surface3:  #353532;
  --border:    #343430;
  --border2:   #45423c;
  --text:      #f1efe7;
  --muted:     #8f8b82;
  --muted2:    #bbb6aa;
  --accent:    #c9ba94;
  --accent-d:  #dfd0aa;
  --accent-dim:#dfd0aa;
  --accent-ink:#211e16;
  --brand-logo:#e8b534;
  --fresco:     #c9ba94;
  --green:     #34d399;
  --red:       #f87171;
  --yellow:    #fbbf24;
  --user-bg:   #2c2c29;
  --asst-bg:   #252523;
}

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