/**
 * Generated from Chess.com — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #312e2b;
  --surface: #3b3937;
  --surface-alt: #3b3937;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #81b64c;
  --on-brand: #17210d;
  --border: rgba(255,255,255,0.14);
  --border-strong: rgba(255,255,255,0.50);
  --success: #81b64c;
  --warning: #e3aa24;
  --danger: #fa412d;

  /* full color palette */
  --color-bg: #312e2b;
  --color-bg-deep: #262421;
  --color-surface: #3b3937;
  --color-surface-raised: #4b4847;
  --color-surface-subtle: rgba(255,255,255,0.02);
  --color-text: #ffffff;
  --color-text-soft: rgba(255,255,255,0.85);
  --color-text-default: rgba(255,255,255,0.72);
  --color-text-muted: rgba(255,255,255,0.50);
  --color-brand: #81b64c;
  --color-brand-hover: #5d9948;
  --color-brand-deep: #45753c;
  --color-brand-light: #b2e068;
  --color-on-brand: #17210d;
  --color-board-light: #ebecd0;
  --color-board-dark: #779556;
  --color-board-selected: rgba(255,255,0,0.50);
  --color-info: #008cd1;
  --color-gold: #f7c631;
  --color-border: rgba(255,255,255,0.14);
  --color-border-strong: rgba(255,255,255,0.50);
  --color-scrim: rgba(0,0,0,0.77);
  --color-focus: #b2e068;
  --color-success: #81b64c;
  --color-warning: #e3aa24;
  --color-danger: #fa412d;

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

  /* shape */
  --radius-button: 10px;
  --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: 'Chess Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Chess Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
