/**
 * Generated from HEY — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #231c33;
  --text-dim: #231c33;
  --text-faint: #231c33;
  --brand: #5522fa;
  --on-brand: #ffffff;
  --border: #231c3314;
  --border-strong: #231c3314;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-paper: #f9f7f5;
  --color-stone: #edeae6;
  --color-stone-light: #f7f4f0;
  --color-text: #231c33;
  --color-grey: #736c83;
  --color-brand: #5522fa;
  --color-on-brand: #ffffff;
  --color-cobalt: #0074e4;
  --color-yellow: #f5d652;
  --color-canary: #fff5ca;
  --color-orange: #f87917;
  --color-coral: #f95c5c;
  --color-coral-dark: #ec4343;
  --color-salmon: #ec8580;
  --color-peach: #ffe5da;
  --color-mint: #b3f4e0;
  --color-teal: #5fddc5;
  --color-sky: #b6dbff;
  --color-lavender: #d5d2ff;
  --color-pink: #cf6fb6;
  --color-purple: #7700a2;
  --color-green: #299850;
  --color-border: #231c3314;
  --color-shadow-card: rgba(35,28,51,0.2);
  --color-shadow-deep: rgba(35,28,51,0.6);

  /* type */
  --display-size: 74px;
  --h1-size: 44px;
  --h2-size: 34px;
  --body-size: 18px;
  --label-size: 14px;
  --body-line-height: 1.5;
  --display-tracking: -0.02em;

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

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

  /* fonts */
  --font-display: 'Really Sans Large', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Moniker', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
