/**
 * Generated from Sunsama — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f8f4ec;
  --surface: #fdfaf2;
  --surface-alt: #fdfaf2;
  --text: #1a1a1c;
  --text-dim: #1a1a1c;
  --text-faint: #9a948c;
  --brand: #e07a5f;
  --on-brand: #fdfaf2;
  --border: #dccfb6;
  --border-strong: #bba98a;
  --success: #5d8a72;
  --warning: #c69022;
  --danger: #c25450;

  /* full color palette */
  --color-bg: #f8f4ec;
  --color-bg-soft: #f4eee0;
  --color-bg-elev: #fdfaf2;
  --color-bg-strong: #ebe2ce;
  --color-bg-dark: #1a1a1c;
  --color-bg-dark-elev: #252426;
  --color-surface: #f4eee0;
  --color-text: #1a1a1c;
  --color-text-body: #3a3737;
  --color-text-muted: #6b6560;
  --color-text-faint: #9a948c;
  --color-brand: #e07a5f;
  --color-brand-hover: #cd6a51;
  --color-brand-active: #b85b44;
  --color-brand-soft: #fadbd0;
  --color-brand-deep: #a04d39;
  --color-on-brand: #fdfaf2;
  --color-on-dark: #f8f4ec;
  --color-sage: #81b29a;
  --color-sage-soft: #dceadf;
  --color-sage-deep: #5d8a72;
  --color-ochre: #f2cc8f;
  --color-ochre-soft: #fce8c5;
  --color-dusk: #3d405b;
  --color-dusk-soft: #dcdde8;
  --color-link: #3d405b;
  --color-link-hover: #2c2f47;
  --color-pastel-rose: #fadbd0;
  --color-pastel-sage: #dceadf;
  --color-pastel-ochre: #fce8c5;
  --color-pastel-dusk: #dcdde8;
  --color-pastel-cream: #f4eee0;
  --color-border: #dccfb6;
  --color-border-strong: #bba98a;
  --color-border-soft: #ebe2ce;
  --color-shadow-tint: rgba(40, 25, 12, 0.06);
  --color-shadow-deep: rgba(40, 25, 12, 0.18);
  --color-info: #3d405b;
  --color-success: #5d8a72;
  --color-success-soft: #dceadf;
  --color-warning: #c69022;
  --color-warning-soft: #fce8c5;
  --color-danger: #c25450;
  --color-danger-soft: #fadbd0;
  --color-selection: rgba(224, 122, 95, 0.18);
  --color-ring: rgba(224, 122, 95, 0.45);

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 17px;
  --label-size: 16px;
  --body-line-height: 1.65;
  --display-tracking: -0.018em;

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

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

  /* fonts */
  --font-display: 'Inter Display', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Tiempos Text', Georgia, serif;
}
