/**
 * Generated from Lemon Squeezy — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f6f8;
  --surface-alt: #f6f6f8;
  --text: #121217;
  --text-dim: #121217;
  --text-faint: #c4c4cc;
  --brand: #ffc233;
  --on-brand: #121217;
  --border: #e6e6ec;
  --border-strong: #121217;
  --success: #1f9d57;
  --warning: #d98a00;
  --danger: #d92d20;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #121217;
  --color-bg-dark-2: #1c1c24;
  --color-surface: #f6f6f8;
  --color-surface-2: #ededf1;
  --color-surface-3: #e3e3e9;
  --color-surface-yellow-soft: #fff3d6;
  --color-surface-purple-soft: #efe9fd;
  --color-text: #121217;
  --color-text-strong: #000000;
  --color-text-muted: #6b6b76;
  --color-text-soft: #9a9aa3;
  --color-text-faint: #c4c4cc;
  --color-text-on-dark: #ffffff;
  --color-text-on-dark-muted: #b7b7c0;
  --color-text-on-brand: #121217;
  --color-text-on-purple: #ffffff;
  --color-brand: #ffc233;
  --color-brand-deep: #f5b21f;
  --color-brand-pressed: #e0a318;
  --color-accent: #5423e7;
  --color-accent-deep: #4a1dcc;
  --color-accent-pressed: #3f17b3;
  --color-border: #e6e6ec;
  --color-border-strong: #121217;
  --color-border-dark: #2a2a33;
  --color-border-yellow: #ffc233;
  --color-success: #1f9d57;
  --color-success-bg: #dcf3e6;
  --color-warning: #d98a00;
  --color-warning-bg: #fdf0d2;
  --color-danger: #d92d20;
  --color-danger-bg: #fde4e1;
  --color-info: #5423e7;
  --color-info-bg: #efe9fd;
  --color-on-brand: #121217;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --display-tracking: -0.03em;

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

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

  /* fonts */
  --font-display: 'Circular', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
