/**
 * Generated from GitHub Copilot — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f6f8fa;
  --surface-alt: #f6f8fa;
  --text: #1f2328;
  --text-dim: #1f2328;
  --text-faint: #1f2328;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: #d0d7de;
  --border-strong: #afb8c1;
  --success: #1a7f37;
  --warning: #9a6700;
  --danger: #cf222e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-inverse: #0d1117;
  --color-bg-overlay: #ffffffee;
  --color-surface: #f6f8fa;
  --color-surface-strong: #eaeef2;
  --color-surface-on-dark: #161b22;
  --color-surface-strong-on-dark: #21262d;
  --color-text: #1f2328;
  --color-text-strong: #000000;
  --color-text-muted: #59636e;
  --color-text-subtle: #6e7781;
  --color-text-on-dark: #f0f6fc;
  --color-text-on-dark-muted: #9198a1;
  --color-brand: #000000;
  --color-brand-hover: #1f2328;
  --color-brand-active: #3d444d;
  --color-brand-on-dark: #ffffff;
  --color-brand-on-dark-hover: #f0f6fc;
  --color-accent: #0969da;
  --color-accent-hover: #0550ae;
  --color-accent-soft: #ddf4ff;
  --color-accent-emphasis: #0969da;
  --color-accent-on-dark: #4493f8;
  --color-success: #1a7f37;
  --color-success-soft: #dafbe1;
  --color-warning: #9a6700;
  --color-warning-soft: #fff8c5;
  --color-danger: #cf222e;
  --color-danger-soft: #ffebe9;
  --color-done: #8250df;
  --color-border: #d0d7de;
  --color-border-muted: #d8dee4;
  --color-border-strong: #afb8c1;
  --color-border-on-dark: #3d444d;
  --color-on-brand: #ffffff;
  --color-scrim: rgba(140,149,159,0.15);
  --color-shadow-small: rgba(31,35,40,0.04);
  --color-shadow-medium: rgba(31,35,40,0.08);
  --color-shadow-large: rgba(31,35,40,0.12);

  /* type */
  --display-size: 96px;
  --h1-size: 64px;
  --h2-size: 56px;
  --body-size: 18px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.04em;

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

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

  /* fonts */
  --font-display: 'Mona Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Mona Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'MonaspiceNe', ui-monospace, monospace;
}
