/**
 * Generated from Codecademy — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #10162f;
  --surface: #181d3a;
  --surface-alt: #181d3a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: rgba(255,255,255,0.50);
  --brand: #ffd300;
  --on-brand: #10162f;
  --border: rgba(255,255,255,0.20);
  --border-strong: rgba(255,255,255,0.35);
  --success: #aee938;
  --warning: #ffd300;
  --danger: #ff6b6b;

  /* full color palette */
  --color-bg: #10162f;
  --color-bg-deep: #0a0d1c;
  --color-bg-black: #000000;
  --color-surface: #181d3a;
  --color-surface-raised: #24294a;
  --color-surface-light: #ffffff;
  --color-text: #ffffff;
  --color-text-muted: rgba(255,255,255,0.65);
  --color-text-faint: rgba(255,255,255,0.50);
  --color-text-dark: #10162f;
  --color-brand: #ffd300;
  --color-brand-deep: #d6b200;
  --color-on-brand: #10162f;
  --color-info: #66c4ff;
  --color-growth: #aee938;
  --color-violet: #3a10e5;
  --color-blue: #1557ff;
  --color-border: rgba(255,255,255,0.20);
  --color-border-strong: rgba(255,255,255,0.35);
  --color-focus: #ffd300;
  --color-success: #aee938;
  --color-warning: #ffd300;
  --color-danger: #ff6b6b;

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

  /* shape */
  --radius-button: 8px;
  --radius-card: 16px;
  --radius-pill: 100px;

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

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