/**
 * Generated from Wikipedia — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #202122;
  --text-dim: #202122;
  --text-faint: #a2a9b1;
  --brand: #3366cc;
  --on-brand: #ffffff;
  --border: #a2a9b1;
  --border-strong: #54595d;
  --success: #14866d;
  --warning: #fc3;
  --danger: #dd3333;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8f9fa;
  --color-bg-warm: #fefefe;
  --color-surface: #ffffff;
  --color-surface-soft: #f8f9fa;
  --color-surface-strong: #eaecf0;
  --color-brand: #3366cc;
  --color-brand-hover: #2a4b91;
  --color-brand-pressed: #1f3870;
  --color-brand-deep: #162d56;
  --color-brand-tint: #dde6f0;
  --color-on-brand: #ffffff;
  --color-text: #202122;
  --color-text-strong: #101114;
  --color-text-muted: #54595d;
  --color-text-soft: #72777d;
  --color-text-faint: #a2a9b1;
  --color-text-on-brand: #ffffff;
  --color-link: #3366cc;
  --color-link-visited: #795cb2;
  --color-link-hover: #447ff5;
  --color-link-red: #dd3333;
  --color-selected-bg: #dde6f0;
  --color-border: #a2a9b1;
  --color-border-strong: #54595d;
  --color-border-soft: #eaecf0;
  --color-border-brand: #3366cc;
  --color-infobox-header: #eaecf0;
  --color-citation-needed-orange: #cc6633;
  --color-stub-template: #cee0f5;
  --color-success: #14866d;
  --color-warning: #fc3;
  --color-danger: #dd3333;
  --color-info: #3366cc;

  /* type */
  --display-size: 48px;
  --h1-size: 28px;
  --h2-size: 22px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.6;
  --display-tracking: 0;

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

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Linux Libertine', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Linux Libertine', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Inconsolata', ui-monospace, monospace;
}
