/**
 * Generated from Polar — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #171719;
  --surface: #101011;
  --surface-alt: #101011;
  --text: #d7d8da;
  --text-dim: #d7d8da;
  --text-faint: #4a4b50;
  --brand: #5b3eea;
  --on-brand: #ffffff;
  --border: #1d1e20;
  --border-strong: #2a2c30;
  --success: #3ddc97;
  --warning: #e8b94f;
  --danger: #ee5a5a;

  /* full color palette */
  --color-bg: #171719;
  --color-bg-deep: #0a0a0a;
  --color-surface: #101011;
  --color-surface-alt: #090909;
  --color-surface-raised: #1d1d20;
  --color-surface-overlay: #202024;
  --color-text: #d7d8da;
  --color-text-strong: #ffffff;
  --color-text-soft: #71727a;
  --color-text-muted: #828387;
  --color-text-faint: #4a4b50;
  --color-text-on-brand: #ffffff;
  --color-brand: #5b3eea;
  --color-brand-hover: #6e54f0;
  --color-brand-active: #4a30c8;
  --color-brand-soft: #1a1432;
  --color-brand-deep: #3a268f;
  --color-accent-stroke: #ffffff;
  --color-accent-dim: #282828;
  --color-accent-serif: #d7d8da;
  --color-link: #9c87f5;
  --color-link-hover: #ffffff;
  --color-border: #1d1e20;
  --color-border-soft: #171719;
  --color-border-strong: #2a2c30;
  --color-focus-ring: #5b3eea;
  --color-selection-bg: #5b3eea;
  --color-selection-text: #ffffff;
  --color-shadow: #00000080;
  --color-card: #171719;
  --color-popover: #101011;
  --color-success: #3ddc97;
  --color-warning: #e8b94f;
  --color-danger: #ee5a5a;
  --color-info: #5ec4ee;
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 128px;
  --h1-size: 60px;
  --h2-size: 48px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'InterDisplay', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'GeistMono', ui-monospace, monospace;
  --font-serif:   'Louize', Georgia, serif;
}
