/* Active theme: Notebook — written by admin panel. Do not edit manually. */
:root {
  --bg: #1A1918;
  --bg-surface: #202020;
  --bg-card: #252422;
  --bg-elevated: #2C2B29;
  --text-primary: #E0DAD1;
  --text-secondary: #8A8480;
  --text-muted: #5A5650;
  --accent: #C08A46;
  --accent-warm: #D4A060;
  --accent-subtle: rgba(192,138,70,0.10);
  --accent-teal: #2E4A42;
  --border: rgba(255,255,255,0.07);
  --border-strong: rgba(255,255,255,0.12);
  --font-serif: 'EB Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}
