/**
 * Generated from Graphite — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #070707;
  --surface: #0f0f0f;
  --surface-alt: #0f0f0f;
  --text: #fafafa;
  --text-dim: #fafafa;
  --text-faint: #fafafa;
  --brand: #3b82f6;
  --on-brand: #ffffff;
  --border: #1f1f1f;
  --border-strong: #2e2e2e;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #070707;
  --color-bg-level-1: #0f0f0f;
  --color-bg-level-2: #171717;
  --color-bg-level-3: #1f1f1f;
  --color-bg-overlay: rgba(7,7,7,0.72);
  --color-surface: #0f0f0f;
  --color-surface-strong: #171717;
  --color-surface-tinted-brand: rgba(59,130,246,0.08);
  --color-text: #fafafa;
  --color-text-strong: #ffffff;
  --color-text-secondary: #d4d4d4;
  --color-text-tertiary: #a3a3a3;
  --color-text-quaternary: #737373;
  --color-text-disabled: #525252;
  --color-brand: #3b82f6;
  --color-brand-hover: #60a5fa;
  --color-brand-press: #2f6fed;
  --color-brand-soft: rgba(59,130,246,0.16);
  --color-accent: #60a5fa;
  --color-link: #60a5fa;
  --color-link-hover: #93c5fd;
  --color-border: #1f1f1f;
  --color-border-strong: #2e2e2e;
  --color-border-subtle: rgba(255,255,255,0.06);
  --color-border-brand: #3b82f6;
  --color-cta-fill: #262626;
  --color-cta-fill-hover: #2e2e2e;
  --color-cta-fill-press: #1f1f1f;
  --color-cta-text: #fafafa;
  --color-success: #22c55e;
  --color-success-bg: rgba(34,197,94,0.12);
  --color-warning: #f59e0b;
  --color-warning-bg: rgba(245,158,11,0.12);
  --color-danger: #ef4444;
  --color-danger-bg: rgba(239,68,68,0.12);
  --color-info: #3b82f6;
  --color-info-bg: rgba(59,130,246,0.12);
  --color-on-brand: #ffffff;

  /* type */
  --display-size: 72px;
  --h1-size: 60px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.55;
  --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: 'matterFont', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'matterFont', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
