/**
 * Generated from Mailchimp — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f6f4;
  --surface-alt: #f6f6f4;
  --text: #241c15;
  --text-dim: #241c15;
  --text-faint: #bfb8ac;
  --brand: #ffe01b;
  --on-brand: #241c15;
  --border: #241c15;
  --border-strong: #241c15;
  --success: #1c8c4a;
  --warning: #d97706;
  --danger: #c1272d;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-yellow: #ffe01b;
  --color-bg-cream: #fbf8f0;
  --color-bg-dark: #241c15;
  --color-surface: #f6f6f4;
  --color-surface-2: #eeede9;
  --color-surface-3: #e3e1db;
  --color-surface-soft: #fbfbf8;
  --color-surface-yellow-soft: #fff5b8;
  --color-surface-yellow-deep: #ffd60a;
  --color-text: #241c15;
  --color-text-strong: #0d0a05;
  --color-text-muted: #6e655a;
  --color-text-soft: #9b9388;
  --color-text-faint: #bfb8ac;
  --color-text-on-yellow: #241c15;
  --color-text-on-dark: #fbf8f0;
  --color-text-on-dark-muted: #bfb8ac;
  --color-text-on-brand: #241c15;
  --color-brand: #ffe01b;
  --color-brand-deep: #ffd60a;
  --color-brand-pressed: #e6c800;
  --color-accent: #241c15;
  --color-accent-cream: #f5f2eb;
  --color-accent-cream-deep: #e8e1d0;
  --color-border: #241c15;
  --color-border-soft: #e0ddd4;
  --color-border-stronger: #0d0a05;
  --color-border-yellow-on-yellow: #241c1533;
  --color-success: #1c8c4a;
  --color-success-bg: #d6efe2;
  --color-warning: #d97706;
  --color-warning-bg: #fef3c7;
  --color-danger: #c1272d;
  --color-danger-bg: #fde2e2;
  --color-info: #2563eb;
  --color-info-bg: #dbeafe;
  --color-on-brand: #241c15;

  /* type */
  --display-size: 120px;
  --h1-size: 60px;
  --h2-size: 44px;
  --body-size: 17px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Cooper Light', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Graphik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-serif:   'Cooper Light', Georgia, serif;
}
