/**
 * Generated from Recraft — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #141414;
  --surface-alt: #141414;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #525252;
  --brand: #d2fc31;
  --on-brand: #0000ee;
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-alt: #0a0a0a;
  --color-surface: #141414;
  --color-surface-soft: #1c1c1c;
  --color-surface-elevated: #242424;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-muted: #a3a3a3;
  --color-text-soft: #737373;
  --color-text-faint: #525252;
  --color-brand: #d2fc31;
  --color-brand-deep: #bce815;
  --color-brand-soft: rgba(210, 252, 49, 0.14);
  --color-on-brand: #0000ee;
  --color-on-brand-ink: #000000;
  --color-link: #ffffff;
  --color-link-hover: #d2fc31;
  --color-cta-secondary-bg: rgba(255, 255, 255, 0.9);
  --color-cta-secondary-text: #0000ee;
  --color-selected-bg: rgba(255, 255, 255, 0.08);
  --color-disabled: #525252;
  --color-border: rgba(255, 255, 255, 0.10);
  --color-border-strong: rgba(255, 255, 255, 0.18);
  --color-border-subtle: rgba(255, 255, 255, 0.05);
  --color-border-lime: rgba(210, 252, 49, 0.45);
  --color-success-bg: rgba(74, 222, 128, 0.12);
  --color-success-text: #86efac;
  --color-warning-bg: rgba(250, 204, 21, 0.12);
  --color-warning-text: #fde047;
  --color-danger-bg: rgba(248, 113, 113, 0.12);
  --color-danger-text: #fca5a5;
  --color-info-bg: rgba(210, 252, 49, 0.10);
  --color-info-text: #d2fc31;

  /* type */
  --display-size: 80px;
  --h1-size: 40px;
  --h2-size: 32px;
  --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: 'ABC Gravity Condensed', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
