/**
 * Generated from Windsurf — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f6eede;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0b100f;
  --text-dim: #0b100f;
  --text-faint: #8a8f8b;
  --brand: #34e8bb;
  --on-brand: #003326;
  --border: #c0c1c6;
  --border-strong: #c0c1c6;
  --success: #0fbf97;
  --warning: #c08a2e;
  --danger: #d8413f;

  /* full color palette */
  --color-bg: #f6eede;
  --color-bg-soft: #fbf7ee;
  --color-surface: #ffffff;
  --color-surface-dark: #0b100f;
  --color-surface-dark-soft: #141a18;
  --color-text: #0b100f;
  --color-text-on-dark: #ffffff;
  --color-text-body: #3a423f;
  --color-text-muted: #5a615d;
  --color-text-faint: #8a8f8b;
  --color-text-on-dark-muted: rgba(255, 255, 255, 0.7);
  --color-brand: #34e8bb;
  --color-brand-deep: #0fbf97;
  --color-on-brand: #003326;
  --color-link: #0b100f;
  --color-link-hover: #0fbf97;
  --color-border: #c0c1c6;
  --color-border-soft: #e3e0d6;
  --color-border-dark: rgba(255, 255, 255, 0.12);
  --color-ring: rgba(67, 128, 180, 0.5);
  --color-success: #0fbf97;
  --color-warning: #c08a2e;
  --color-danger: #d8413f;
  --color-info: #4380b4;
  --color-shadow-tint: rgba(11, 16, 15, 0.10);

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.02em;

  /* 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: 'tomatoGrotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
