/**
 * Generated from Snowflake — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5fafd;
  --surface-alt: #f5fafd;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #000000;
  --brand: #249EDC;
  --on-brand: #ffffff;
  --border: #D8DFE5;
  --border-strong: #B0BBC4;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-surface: #f5fafd;
  --color-bg-soft: #eaf4fb;
  --color-bg-feature: #dfeff9;
  --color-bg-deep: #0F2A3A;
  --color-bg-midnight: #091C28;
  --color-bg-ink: #000000;
  --color-surface: #f5fafd;
  --color-text: #000000;
  --color-text-charcoal: #111111;
  --color-text-slate: #2A2A2A;
  --color-text-steel: #444444;
  --color-text-stone: #6B6B6B;
  --color-text-muted: #9A9A9A;
  --color-text-on-deep: #ffffff;
  --color-text-on-deep-muted: #B6D2E2;
  --color-brand: #249EDC;
  --color-brand-light: #45AEE3;
  --color-brand-bright: #3DB5E8;
  --color-brand-deep: #1A82B8;
  --color-brand-dark: #0F2A3A;
  --color-brand-soft: #C6E6F6;
  --color-brand-wash: #DFEFF9;
  --color-brand-mid: #6AC4EA;
  --color-on-brand: #ffffff;
  --color-on-brand-deep: #ffffff;
  --color-accent-coral: #FF7A59;
  --color-accent-violet: #7B61FF;
  --color-accent-emerald: #16A672;
  --color-accent-amber: #F5B400;
  --color-link: #1A82B8;
  --color-link-hover: #0F2A3A;
  --color-border: #D8DFE5;
  --color-border-soft: #E8EDF1;
  --color-border-strong: #B0BBC4;
  --color-border-on-deep: #1B3F55;
  --color-semantic-success: #16A672;
  --color-semantic-warning-bg: #FFF6E0;
  --color-semantic-warning-text: #8A6A1A;
  --color-semantic-error: #D8333C;
  --color-semantic-info: #1A82B8;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --display-tracking: -0.025em;

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

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

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