/**
 * Generated from beehiiv — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #cccccc;
  --brand: #ffd60a;
  --on-brand: #000000;
  --border: #000000;
  --border-strong: #000000;
  --success: #15803d;
  --warning: #a16207;
  --danger: #b91c1c;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-yellow: #ffd60a;
  --color-bg-yellow-soft: #fff7c2;
  --color-bg-yellow-deep: #e6c000;
  --color-surface: #fafafa;
  --color-surface-2: #f0f0f0;
  --color-surface-3: #e5e5e5;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-display: #000000;
  --color-text-muted: #666666;
  --color-text-soft: #999999;
  --color-text-faint: #cccccc;
  --color-text-on-yellow: #000000;
  --color-text-on-yellow-muted: #000000a8;
  --color-brand: #ffd60a;
  --color-brand-hover: #e6c000;
  --color-brand-active: #cca800;
  --color-brand-soft: #fff7c2;
  --color-accent: #000000;
  --color-accent-soft: #1a1a1a;
  --color-border: #000000;
  --color-border-soft: #e5e5e5;
  --color-on-brand: #000000;
  --color-success: #15803d;
  --color-success-bg: #dcfce7;
  --color-warning: #a16207;
  --color-warning-bg: #fef3c7;
  --color-danger: #b91c1c;
  --color-danger-bg: #fee2e2;
  --color-info: #000000;
  --color-info-bg: #fafafa;

  /* type */
  --display-size: 112px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.045em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* fonts */
  --font-display: 'PP Neue Machina', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
