/* ============================================================
   brand-tokens.css — single source of truth for the visual identity
   (Anthropic-inspired warm editorial palette + type)

   Note: corrected `root` -> `:root` so the custom properties actually
   apply to the document root. Change a value here and the whole site
   follows, because the app's design tokens derive from these.
   ============================================================ */
:root {
  --color-dark: #141413;
  --color-light: #faf9f5;
  --color-mid-gray: #b0aea5;
  --color-light-gray: #e8e6dc;
  --color-accent-orange: #d97757;
  --color-accent-blue: #6a9bcc;
  --color-accent-green: #788c5d;

  --font-heading: 'Poppins', Arial, sans-serif;
  --font-body: 'Lora', Georgia, serif;
}
