/**
 * Generated from Ferrari — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #181818;
  --surface: #303030;
  --surface-alt: #303030;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #da291c;
  --on-brand: #ffffff;
  --border: #303030;
  --border-strong: #303030;
  --success: #03904a;
  --warning: #f13a2c;
  --danger: #f13a2c;

  /* full color palette */
  --color-bg: #181818;
  --color-bg-campaign: #000000;
  --color-surface: #303030;
  --color-surface-card: #303030;
  --color-surface-soft-light: #f7f7f7;
  --color-surface-strong-light: #ebebeb;
  --color-surface-light: #ffffff;
  --color-text: #ffffff;
  --color-text-body: #969696;
  --color-text-strong: #ffffff;
  --color-text-on-light: #181818;
  --color-text-muted: #666666;
  --color-text-muted-soft: #8f8f8f;
  --color-brand: #da291c;
  --color-brand-active: #b01e0a;
  --color-brand-hover: #9d2211;
  --color-brand-gradient-top: #a00c01;
  --color-accent-yellow-hypersail: #fff200;
  --color-accent-yellow: #f6e500;
  --color-on-brand: #ffffff;
  --color-on-light: #181818;
  --color-on-photo: #ffffff;
  --color-border: #303030;
  --color-border-on-light: #d2d2d2;
  --color-border-soft: #ebebeb;
  --color-ring: #f6e500;
  --color-link: #ffffff;
  --color-link-hover: #da291c;
  --color-promo-red: #da291c;
  --color-gradient-dark-top: #3c3c3c;
  --color-gradient-dark-bottom: #030303;
  --color-success: #03904a;
  --color-warning: #f13a2c;
  --color-info: #4c98b9;
  --color-danger: #f13a2c;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --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: 'FerrariSans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'FerrariSans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
