/**
 * Generated from Wise — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #fffbf5;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0e0f0c;
  --text-dim: #0e0f0c;
  --text-faint: #b0b0a8;
  --brand: #9fe870;
  --on-brand: #163300;
  --border: rgba(22, 51, 0, 0.10);
  --border-strong: rgba(22, 51, 0, 0.18);
  --success: #1a7f3a;
  --warning: #f1c84d;
  --danger: #9a1f1f;

  /* full color palette */
  --color-bg: #fffbf5;
  --color-bg-soft: #fbf6ec;
  --color-bg-tan: #f4f1eb;
  --color-bg-cream-strong: #f9f3e6;
  --color-bg-forest: #163300;
  --color-bg-forest-deep: #0c1d00;
  --color-bg-lime-soft: #dcf3c7;
  --color-bg-lime-paler: #ecf8db;
  --color-surface: #ffffff;
  --color-surface-soft: #faf6ee;
  --color-surface-tan: #f4f1eb;
  --color-surface-forest: #163300;
  --color-surface-forest-soft: #1f4400;
  --color-text: #0e0f0c;
  --color-text-strong: #163300;
  --color-text-body: #1c1d18;
  --color-text-muted: #37513e;
  --color-text-muted-warm: #677378;
  --color-text-soft: #8a8a85;
  --color-text-faint: #b0b0a8;
  --color-text-on-forest: #fffbf5;
  --color-text-on-forest-soft: #a3b39a;
  --color-text-on-brand: #163300;
  --color-brand: #9fe870;
  --color-brand-strong: #8edc60;
  --color-brand-hover: #92e066;
  --color-brand-deep: #163300;
  --color-brand-soft: #dcf3c7;
  --color-brand-tint: rgba(159, 232, 112, 0.16);
  --color-brand-glow: rgba(159, 232, 112, 0.32);
  --color-accent: #37513e;
  --color-accent-strong: #1f4400;
  --color-accent-warm: #f1c84d;
  --color-accent-warm-soft: rgba(241, 200, 77, 0.15);
  --color-on-brand: #163300;
  --color-on-forest: #fffbf5;
  --color-link: #163300;
  --color-link-hover: #0c1d00;
  --color-border: rgba(22, 51, 0, 0.10);
  --color-border-soft: rgba(22, 51, 0, 0.06);
  --color-border-strong: rgba(22, 51, 0, 0.18);
  --color-border-on-forest: rgba(255, 251, 245, 0.14);
  --color-shadow-ambient: rgba(22, 51, 0, 0.04);
  --color-shadow-card: rgba(22, 51, 0, 0.06) 0 2px 8px;
  --color-shadow-elev: rgba(22, 51, 0, 0.10) 0 12px 32px -8px;
  --color-shadow-popover: rgba(22, 51, 0, 0.12) 0 16px 40px -16px;
  --color-shadow-modal: rgba(22, 51, 0, 0.20) 0 24px 64px -16px;
  --color-shadow-glow-lime: rgba(159, 232, 112, 0.32) 0 8px 24px -8px;
  --color-scrim: rgba(22, 51, 0, 0.50);
  --color-success: #1a7f3a;
  --color-success-soft: rgba(26, 127, 58, 0.10);
  --color-warning: #f1c84d;
  --color-warning-soft: rgba(241, 200, 77, 0.18);
  --color-danger: #9a1f1f;
  --color-danger-soft: rgba(154, 31, 31, 0.10);
  --color-info: #163300;
  --color-info-soft: rgba(22, 51, 0, 0.06);

  /* type */
  --display-size: 88px;
  --h1-size: 48px;
  --h2-size: 36px;
  --body-size: 17px;
  --label-size: 12px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

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