/* The apricaut house brand, applied to apricaut-site's own pages.
 *
 * apricaut.com is path-split: the composition renderer serves the marketing
 * pages wearing apricaut-ui's `[data-preset="apricaut"]` bundle, and this app
 * serves the product pages (/apps, /account, the get-started wizard). Crossing
 * between the two must not look like crossing between two products, so the
 * values below are that preset's bundle verbatim — `theme_matches_the_house_
 * preset` in src/chrome.rs parses both and fails if they ever drift apart.
 *
 * Set the whole bundle, not a few overrides: the tokens left unset fall back
 * to apricaut-ui's defaults (indigo primary, Montserrat headings, warm-brown
 * ink), which is what made these pages read as a different, older product.
 */
:root {
  --background: #ffffff;
  --surface: #fff7ed;
  --surface-raised: #ffffff;
  --foreground: #232c3d;
  --muted-foreground: #4c5568;
  --muted-surface: #fdf3ea;
  --primary: #12203a;
  --primary-hover: #1d3153;
  --primary-contrast: #ffffff;
  --accent: #b93d0a;
  --accent-contrast: #ffffff;
  --heading: #12203a;
  --link: #c2410c;
  --border: #f0e2d6;
  --ring: #fdba74;
  --font-heading: "Instrument Serif", Georgia, serif;
  --font-display: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --font-script: "Kaushan Script", cursive;
}
