/**
 * Generated from Granola — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f3f0e8;
  --surface-alt: #f3f0e8;
  --text: #292929;
  --text-dim: #292929;
  --text-faint: #292929;
  --brand: #5b6f00;
  --on-brand: #ffffff;
  --border: #0000001a;
  --border-strong: #00000028;
  --success: #3a7b3a;
  --warning: #a35e0a;
  --danger: #a8362f;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #faf8f3;
  --color-surface: #f3f0e8;
  --color-surface-elev: #e8e3d4;
  --color-surface-paper: #fdfbf5;
  --color-text: #292929;
  --color-text-strong: #0e0f0c;
  --color-text-body: #3a3a37;
  --color-text-muted: #72726e;
  --color-text-soft: #a09e95;
  --color-text-italic: #5b6f00;
  --color-brand: #5b6f00;
  --color-brand-soft: #e5eacd;
  --color-brand-softer: #f1f4e0;
  --color-brand-hover: #465800;
  --color-brand-deep: #2f3a00;
  --color-on-brand: #ffffff;
  --color-accent-olive-bg: #e5eacd;
  --color-accent-cream: #f4ebd9;
  --color-accent-warm-paper: #f7f1de;
  --color-border: #0000001a;
  --color-border-soft: #00000010;
  --color-border-strong: #00000028;
  --color-shadow-card: rgba(34,30,15,0.04);
  --color-shadow-elev: rgba(34,30,15,0.08);
  --color-shadow-paper: rgba(34,30,15,0.06);
  --color-scrim: rgba(20,18,10,0.50);
  --color-success: #3a7b3a;
  --color-success-soft: #eaf3ea;
  --color-warning: #a35e0a;
  --color-warning-soft: #fbf1de;
  --color-danger: #a8362f;
  --color-danger-soft: #f7e6e4;
  --color-info: #345897;
  --color-info-soft: #e6ecf5;

  /* type */
  --display-size: 68px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.005em;

  /* shape */
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 48px;
  --space-xl: 96px;

  /* fonts */
  --font-display: 'Quadrant', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Melange', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
  --font-serif:   'Quadrant', Georgia, serif;
}
