/* The bundle — design tokens (v2 standard, DESIGN_SYSTEM.md).
   Single source for brand fonts + shared CSS custom properties.
   Linked once from web/base.html; every surface reads these vars. */

@font-face{font-family:"Fraunces";font-style:normal;font-weight:400 600;font-display:swap;src:url("../web/fonts/fraunces.woff2") format("woff2");}
@font-face{font-family:"Fraunces";font-style:italic;font-weight:400 600;font-display:swap;src:url("../web/fonts/fraunces-italic.woff2") format("woff2");}
@font-face{font-family:"Geist";font-style:normal;font-weight:400 600;font-display:swap;src:url("../web/fonts/geist.woff2") format("woff2");}
/* Cormorant Garamond — high-contrast display serif for the Reseda direction (self-hosted latin woff2) */
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:500;font-display:swap;src:url("../web/fonts/cormorant-500.woff2") format("woff2");}
@font-face{font-family:"Cormorant Garamond";font-style:normal;font-weight:600;font-display:swap;src:url("../web/fonts/cormorant-600.woff2") format("woff2");}
@font-face{font-family:"Cormorant Garamond";font-style:italic;font-weight:500;font-display:swap;src:url("../web/fonts/cormorant-italic-500.woff2") format("woff2");}

:root{
  /* brand core */
  --twb-claret:#4C5747;
  --twb-peach:#FBE1D1;
  --twb-sienna:#5D2A1A;
  --twb-cream:#FBF8F3;
  --twb-ink:#17191C;
  /* v2 surfaces */
  --twb-line:#E8E2D9;
  --twb-active-bg:#EAEEE3;
  /* semantic tags */
  --twb-yes-bg:#EAF3ED; --twb-yes-fg:#3F6B51;
  --twb-maybe-bg:#F1EFE9; --twb-maybe-fg:#777777;
  --twb-locked-bg:#EFE7EE;
  /* type */
  --twb-serif:"Fraunces","Hoefler Text","Iowan Old Style","Times New Roman",Georgia,serif;
  --twb-display:"Cormorant Garamond","Hoefler Text","Iowan Old Style",Garamond,Georgia,serif;
  --twb-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;
  /* Reseda direction (the bundle) — additive; homepage + brand read these */
  --twb-reseda:#969D8A; --twb-reseda-deep:#6F7666; --twb-sage:#C0BFAC;
  --twb-blush2:#EDCCB4; --twb-blush-deep:#8A5E3E; --twb-tile:#F3F5EE; --twb-inkg:#2F322B;
}
