/**
 * Generated from Capacities — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #faf3df;
  --surface-alt: #faf3df;
  --text: #1a1a1f;
  --text-dim: #1a1a1f;
  --text-faint: #c4c0c8;
  --brand: #c6f432;
  --on-brand: #1a1a1f;
  --border: #0000001a;
  --border-strong: #00000033;
  --success: #5b9a4f;
  --warning: #e6b430;
  --danger: #c4554d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-cream: #fff4d6;
  --color-bg-cream-soft: #fff9e8;
  --color-bg-soft: #fef9e8;
  --color-bg-tinted: #fdf6e3;
  --color-surface: #faf3df;
  --color-surface-raised: #f5edd0;
  --color-surface-overlay: #ffffff;
  --color-text: #1a1a1f;
  --color-text-strong: #0e0f12;
  --color-text-muted: #6b6770;
  --color-text-soft: #9a969f;
  --color-text-faint: #c4c0c8;
  --color-text-on-cta: #ffffff;
  --color-text-on-yellow: #1a1a1f;
  --color-brand-yellow: #f5c842;
  --color-brand-yellow-deep: #e6b430;
  --color-brand-yellow-soft: #fce98c;
  --color-brand-yellow-pale: #fef4c2;
  --color-cta-bg: #1a1a1f;
  --color-cta-text: #ffffff;
  --color-cta-hover: #0e0f12;
  --color-cta-active: #000000;
  --color-link: #1a1a1f;
  --color-link-hover: #0e0f12;
  --color-link-underline: #f5c842;
  --color-border: #0000001a;
  --color-border-soft: #00000010;
  --color-border-strong: #00000033;
  --color-border-cream: #e8dfb8;
  --color-focus-ring: #1a1a1f;
  --color-selection-bg: #fce98c;
  --color-selection-text: #1a1a1f;
  --color-shadow: rgba(0,0,0,0.06);
  --color-shadow-warm: rgba(180,140,40,0.10);
  --color-success: #5b9a4f;
  --color-warning: #e6b430;
  --color-danger: #c4554d;
  --color-info: #5a8eb5;
  --color-on-brand: #1a1a1f;

  /* type */
  --display-size: 72px;
  --h1-size: 64px;
  --h2-size: 48px;
  --body-size: 17px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Inter', 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:   'Crimson Pro', Georgia, serif;
}
