/**
 * Generated from Lego — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #bcbcbc;
  --brand: #ffd500;
  --on-brand: #1a1a1a;
  --border: #e0e0e0;
  --border-strong: #cccccc;
  --success: #179a35;
  --warning: #ffd500;
  --danger: #d62027;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-warm: #fffaf0;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f0f0;
  --color-brand: #ffd500;
  --color-brand-hover: #e6c000;
  --color-brand-pressed: #cca900;
  --color-brand-deep: #a89200;
  --color-brand-tint: #fff8d0;
  --color-brand-soft: #ffec8a;
  --color-on-brand: #1a1a1a;
  --color-red: #d62027;
  --color-red-deep: #a8161c;
  --color-red-soft: #ffd5d8;
  --color-blue: #0055bf;
  --color-blue-deep: #003e8e;
  --color-blue-soft: #cee0f5;
  --color-green: #179a35;
  --color-green-deep: #0c7826;
  --color-green-soft: #cdf0d4;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-muted: #5a5a5a;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #1a1a1a;
  --color-text-on-red: #ffffff;
  --color-text-on-blue: #ffffff;
  --color-text-on-green: #ffffff;
  --color-link: #0055bf;
  --color-link-hover: #003e8e;
  --color-selected-bg: #fff8d0;
  --color-border: #e0e0e0;
  --color-border-strong: #cccccc;
  --color-border-soft: #f0f0f0;
  --color-border-brand: #ffd500;
  --color-age-0plus: #179a35;
  --color-age-6plus: #0055bf;
  --color-age-12plus: #d62027;
  --color-age-adult: #1a1a1a;
  --color-success: #179a35;
  --color-warning: #ffd500;
  --color-danger: #d62027;
  --color-info: #0055bf;

  /* type */
  --display-size: 56px;
  --h1-size: 32px;
  --h2-size: 24px;
  --body-size: 15px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.018em;

  /* 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: 'Lego Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Lego Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
