/**
 * Generated from AMBOSS — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f9fafb;
  --surface-alt: #f9fafb;
  --text: #293b47;
  --text-dim: #293b47;
  --text-faint: #293b47;
  --brand: #047a88;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.08);
  --border-strong: rgba(0,0,0,0.08);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-text: #293b47;
  --color-brand: #047a88;
  --color-on-brand: #ffffff;
  --color-surface: #f9fafb;
  --color-hero-dark: #052c31;
  --color-accent: #c84678;

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

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

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

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