/**
 * Generated from Bun — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fbf0df;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #15151b;
  --text-dim: #15151b;
  --text-faint: #9a9a9a;
  --brand: #f472b6;
  --on-brand: #15151b;
  --border: #15151b1a;
  --border-strong: #15151b33;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #fbf0df;
  --color-bg-soft: #fff7e8;
  --color-bg-strong: #f5e8d0;
  --color-surface: #ffffff;
  --color-surface-strong: #fdfaf2;
  --color-text: #15151b;
  --color-text-strong: #000000;
  --color-text-muted: #6b6b6b;
  --color-text-faint: #9a9a9a;
  --color-brand: #f472b6;
  --color-brand-strong: #db2777;
  --color-brand-soft: #fce7f3;
  --color-brand-faint: #fdf2f8;
  --color-accent: #fbbf24;
  --color-accent-strong: #f59e0b;
  --color-accent-soft: #fef3c7;
  --color-link: #db2777;
  --color-link-hover: #9d174d;
  --color-selected: #fce7f3;
  --color-disabled-bg: #f5e8d0;
  --color-disabled-text: #9a9a9a;
  --color-border: #15151b1a;
  --color-border-strong: #15151b33;
  --color-border-subtle: #15151b0d;
  --color-divider: #15151b14;
  --color-inverse-bg: #15151b;
  --color-inverse-text: #fbf0df;
  --color-inverse-text-muted: #a1a1aa;
  --color-shadow-warm: rgba(21, 21, 27, 0.08);
  --color-shadow-pink: rgba(244, 114, 182, 0.18);
  --color-success-bg: #dcfce7;
  --color-success-text: #166534;
  --color-success-border: #86efac;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #854d0e;
  --color-warning-border: #fbbf24;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #991b1b;
  --color-danger-border: #fca5a5;
  --color-info-bg: #fce7f3;
  --color-info-text: #9d174d;
  --color-info-border: #f9a8d4;
  --color-on-brand: #15151b;
  --color-on-accent: #15151b;

  /* type */
  --display-size: 96px;
  --h1-size: 52px;
  --h2-size: 40px;
  --body-size: 17px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.04em;

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

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'CoFo Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Berkeley Mono', ui-monospace, monospace;
}
