/**
 * Generated from SpaceX — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #000000;
  --surface-alt: #000000;
  --text: #f0f0fa;
  --text-dim: #f0f0fa;
  --text-faint: rgba(240, 240, 250, 0.4);
  --brand: #f0f0fa;
  --on-brand: #000000;
  --border: rgba(240, 240, 250, 0.25);
  --border-strong: rgba(240, 240, 250, 0.55);
  --success: #5be38a;
  --warning: #ffb84a;
  --danger: #ff4a4a;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-overlay: rgba(0, 0, 0, 0.5);
  --color-surface: #000000;
  --color-text: #f0f0fa;
  --color-text-on-bg: #f0f0fa;
  --color-text-mute: rgba(240, 240, 250, 0.7);
  --color-text-faint: rgba(240, 240, 250, 0.4);
  --color-brand: #f0f0fa;
  --color-brand-deep: #000000;
  --color-ghost-fill: rgba(240, 240, 250, 0.1);
  --color-ghost-fill-hover: rgba(240, 240, 250, 0.18);
  --color-ghost-border: rgba(240, 240, 250, 0.35);
  --color-ghost-border-strong: rgba(240, 240, 250, 0.55);
  --color-link: #f0f0fa;
  --color-link-hover: #ffffff;
  --color-divider: rgba(240, 240, 250, 0.15);
  --color-rule-strong: rgba(240, 240, 250, 0.4);
  --color-on-brand: #000000;
  --color-white-100: #ffffff;
  --color-border: rgba(240, 240, 250, 0.25);
  --color-border-soft: rgba(240, 240, 250, 0.15);
  --color-border-strong: rgba(240, 240, 250, 0.55);
  --color-scrim-light: rgba(0, 0, 0, 0.3);
  --color-scrim-deep: rgba(0, 0, 0, 0.7);
  --color-shadow-token: transparent;
  --color-success: #5be38a;
  --color-warning: #ffb84a;
  --color-danger: #ff4a4a;
  --color-info: #7ab8ff;

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

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

  /* spacing */
  --space-xs: 3px;
  --space-sm: 5px;
  --space-md: 12px;
  --space-lg: 20px;
  --space-xl: 30px;

  /* fonts */
  --font-display: 'D-DIN-Bold', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'D-DIN', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'D-DIN', ui-monospace, monospace;
}
