/**
 * Generated from itch.io — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f4f4f4;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #222222;
  --text-dim: #222222;
  --text-faint: #222222;
  --brand: #da2c49;
  --on-brand: #ffffff;
  --border: #dadada;
  --border-strong: #cdcdcd;
  --success: #247a52;
  --warning: #8a5a00;
  --danger: #da2c49;

  /* full color palette */
  --color-bg: #f4f4f4;
  --color-surface: #ffffff;
  --color-surface-muted: #eeeeee;
  --color-surface-dark: #222222;
  --color-surface-overlay: rgba(30,30,30,0.90);
  --color-text: #222222;
  --color-text-soft: #434343;
  --color-text-muted: #858585;
  --color-text-inverse: #ffffff;
  --color-brand: #da2c49;
  --color-brand-bright: #ff2449;
  --color-brand-deep: #a51f37;
  --color-on-brand: #ffffff;
  --color-featured: #34a0f2;
  --color-border: #dadada;
  --color-border-strong: #cdcdcd;
  --color-scrim: rgba(0,0,0,0.50);
  --color-focus: #361275;
  --color-success: #247a52;
  --color-warning: #8a5a00;
  --color-danger: #da2c49;

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

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

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

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