/**
 * Generated from Buttondown — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #fafafa;
  --surface-alt: #fafafa;
  --text: #000000;
  --text-dim: #000000;
  --text-faint: #a3a3a3;
  --brand: #0069ff;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #d4d4d4;
  --success: #15803d;
  --warning: #b45309;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-surface: #fafafa;
  --color-surface-2: #f4f4f5;
  --color-surface-3: #e9e9eb;
  --color-text: #000000;
  --color-text-strong: #000000;
  --color-text-muted: #525252;
  --color-text-soft: #737373;
  --color-text-faint: #a3a3a3;
  --color-brand: #0069ff;
  --color-brand-hover: #0052cc;
  --color-brand-active: #0043a8;
  --color-brand-soft: #e6f0ff;
  --color-on-brand: #ffffff;
  --color-accent: #fef08a;
  --color-accent-soft: #fefce8;
  --color-highlight: #fef08a;
  --color-border: #e5e5e5;
  --color-border-strong: #d4d4d4;
  --color-link: #0069ff;
  --color-success: #15803d;
  --color-success-bg: #dcfce7;
  --color-warning: #b45309;
  --color-warning-bg: #fef3c7;
  --color-danger: #dc2626;
  --color-danger-bg: #fee2e2;
  --color-info: #0069ff;
  --color-info-bg: #e6f0ff;

  /* type */
  --display-size: 96px;
  --h1-size: 44px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

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

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

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