/**
 * Generated from Mux — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #e2e4dd;
  --surface: #d4d6cf;
  --surface-alt: #d4d6cf;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #8a8a8a;
  --brand: #ff5d00;
  --on-brand: #000000;
  --border: #000000;
  --border-strong: #000000;
  --success: #00b364;
  --warning: #ff8c00;
  --danger: #e6483d;

  /* full color palette */
  --color-bg: #e2e4dd;
  --color-bg-paper: #ffffff;
  --color-bg-dark: #000000;
  --color-bg-dark-soft: #1a1a1a;
  --color-surface: #d4d6cf;
  --color-surface-soft: #ecebe7;
  --color-surface-strong: #c8caBF;
  --color-surface-on-dark: #1a1a1a;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-body: #1a1a1a;
  --color-text-muted: #5a5a5a;
  --color-text-faint: #8a8a8a;
  --color-text-on-dark: #e2e4dd;
  --color-brand: #ff5d00;
  --color-brand-hover: #e54e00;
  --color-brand-active: #c54100;
  --color-brand-soft: #ffe5d4;
  --color-on-brand: #000000;
  --color-accent-blue: #0066ff;
  --color-accent-green: #00b364;
  --color-border: #000000;
  --color-border-soft: #a0a29a;
  --color-border-on-dark: #2a2a2a;
  --color-link: #000000;
  --color-link-hover: #ff5d00;
  --color-ring: #ff5d00;
  --color-success: #00b364;
  --color-warning: #ff8c00;
  --color-danger: #e6483d;
  --color-info: #0066ff;

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

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

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

  /* fonts */
  --font-display: 'Rotonto', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Aeonik', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrainsMono', ui-monospace, monospace;
}
