/**
 * Generated from WIRED — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #1a1a1a;
  --brand: #000000;
  --on-brand: #ffffff;
  --border: rgba(0,0,0,0.08);
  --border-strong: #000000;
  --success: #0e7c5b;
  --warning: #a35316;
  --danger: #e53e3e;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-dark: #1a1a1a;
  --color-surface: #ffffff;
  --color-surface-dark: #1a1a1a;
  --color-brand: #000000;
  --color-brand-deep: #000000;
  --color-brand-accent: #057dbc;
  --color-text: #1a1a1a;
  --color-text-strong: #000000;
  --color-text-headline: #1a1a1a;
  --color-text-muted: #757575;
  --color-text-disabled: #999999;
  --color-text-on-dark: #ffffff;
  --color-link: #1a1a1a;
  --color-link-hover: #057dbc;
  --color-link-visited: #5e2a8c;
  --color-border-hairline: #e2e8f0;
  --color-border-rule: #000000;
  --color-border-strong: #000000;
  --color-border-on-dark: #4a5568;
  --color-scrim: rgba(0,0,0,0.6);
  --color-shadow-token: transparent;
  --color-on-brand: #ffffff;
  --color-success: #0e7c5b;
  --color-warning: #a35316;
  --color-danger: #e53e3e;
  --color-info: #057dbc;
  --color-cookie-red: #e53e3e;

  /* type */
  --display-size: 64px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.6;
  --display-tracking: -0.5px;

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

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

  /* fonts */
  --font-display: 'WiredDisplay', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'BreveText', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'WiredMono', ui-monospace, monospace;
}
