/* Dallas Brows — design tokens (SOURCE OF TRUTH). Quiet Luxury palette + modern grotesque type.
   The site (site/) and any content read these — never hardcode brand values. */
:root {
  /* color — Quiet Luxury (semantic roles) */
  --color-bg:        #f4efe6;  /* ivory  — page canvas */
  --color-surface:   #e6dac6;  /* sand   — cards, tints */
  --color-line:      #d8c8b0;  /* hairlines, dividers */
  --color-ink:       #352b22;  /* espresso — primary text + CTA fill */
  --color-ink-soft:  #5b4632;  /* cocoa  — secondary text */
  --color-accent:    #927a5c;  /* warm taupe — accents, prices, micro-caps */
  --color-accent-2:  #927a5c;
  --color-on-ink:    #f4efe6;  /* ivory  — text on --color-ink */

  /* type — modern grotesque (NOT the serifs used before) */
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;

  /* shape */
  --radius-pill: 9999px;
  --radius-card: 18px;
}
