/**
 * Generated from Kraken — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #101114;
  --text-dim: #101114;
  --text-faint: #101114;
  --brand: #7132f5;
  --on-brand: #ffffff;
  --border: #dedee5;
  --border-strong: #dedee5;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafafa;
  --color-bg-card: #ffffff;
  --color-bg-dark: #101114;
  --color-surface-cool: rgba(148,151,169,0.08);
  --color-surface-purple-subtle: rgba(133,91,251,0.16);
  --color-text: #101114;
  --color-text-body: #33363f;
  --color-text-muted: #9497a9;
  --color-text-mute-strong: #686b82;
  --color-text-mute-soft: #484b5e;
  --color-brand: #7132f5;
  --color-brand-dark: #5741d8;
  --color-brand-deep: #5b1ecf;
  --color-brand-subtle: rgba(133,91,251,0.16);
  --color-on-brand: #ffffff;
  --color-border: #dedee5;
  --color-border-soft: rgba(104,107,130,0.24);
  --color-semantic-success: #149e61;
  --color-semantic-success-dark: #026b3f;
  --color-semantic-success-bg: rgba(20,158,97,0.16);
  --color-semantic-error: #e23b4a;
  --color-semantic-warning: #df6500;
  --color-focus-ring: rgba(113,50,245,0.30);

  /* type */
  --display-size: 48px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.38;
  --display-tracking: -1px;

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

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

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