/**
 * Generated from Groq — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f3f3ee;
  --surface: #e8e8de;
  --surface-alt: #e8e8de;
  --text: #2d2f33;
  --text-dim: #2d2f33;
  --text-faint: #9498a0;
  --brand: #f43e01;
  --on-brand: #ffffff;
  --border: #dbe2f0;
  --border-strong: #c4cbd9;
  --success: #16a34a;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #f3f3ee;
  --color-bg-warm: #ecece4;
  --color-surface: #e8e8de;
  --color-surface-card: #fffcfc;
  --color-surface-dark: #2a2a25;
  --color-surface-darker: #1f1f1b;
  --color-text: #2d2f33;
  --color-text-body: #3a3c40;
  --color-text-muted: #64748b;
  --color-text-faint: #9498a0;
  --color-text-on-brand: #ffffff;
  --color-text-on-dark: #f3f3ee;
  --color-text-on-dark-muted: #b8b8ae;
  --color-brand: #f43e01;
  --color-brand-hover: #d83602;
  --color-brand-active: #bf2f02;
  --color-brand-soft: #fde4da;
  --color-brand-deep: #9e2701;
  --color-on-brand: #ffffff;
  --color-dark: #2a2a25;
  --color-dark-hover: #1f1f1b;
  --color-link: #2d2f33;
  --color-link-hover: #f43e01;
  --color-border: #dbe2f0;
  --color-border-strong: #c4cbd9;
  --color-border-warm: #d8d8cd;
  --color-shadow-color: rgba(31, 31, 27, 0.05);
  --color-shadow-color-md: rgba(31, 31, 27, 0.08);
  --color-shadow-color-lg: rgba(31, 31, 27, 0.12);
  --color-shadow-glow-orange: rgba(244, 62, 1, 0.18);
  --color-success: #16a34a;
  --color-warning: #d97706;
  --color-danger: #dc2626;
  --color-info: #0ea5e9;

  /* type */
  --display-size: 80px;
  --h1-size: 32px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;
}
