/* Sand theme — overrides the CSS custom properties defined in
   /css/app.css:root. Loaded last (see the theme's layouts/site.blade.php),
   so these values win via normal CSS cascade. No selector overrides needed
   beyond the variables themselves — every component in app.css and
   site-extra.css already reads color/typography through these variables. */
:root{
  --c-text:#3a2c22;
  --c-bg:#faf3ea;
  --c-surface:#fffaf3;
  --c-border-soft:#ecdfcd;
  --c-accent:#c1652f;
  --c-accent-dark:#9c4a1f;
  --c-navy:#5b3a29;
  --c-soft:#f1e4d1;
  --c-gold:#e0a45c;
  --c-border:#e8dcc8;
  --c-muted:#7a6552;
  --font-display:'Cormorant Garamond',serif;
  --font-display-rtl:'Cormorant Garamond',Vazirmatn,serif;
  --font-body:Vazirmatn,Arial,sans-serif;
}
