:root {
  --font-base: "Tilda Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Tilda Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Orbitron", "Tilda Sans", "Segoe UI", sans-serif;

  --color-bg: #ffffff;
  --color-bg-muted: #f8f9fa;
  --color-bg-soft: #f3f4f6;
  --color-bg-soft-2: #f1f2f4;
  --color-surface: #fafafa;
  --color-text: #111827;
  --color-text-strong: #1a1d24;
  --color-text-muted: #6b7280;
  --color-text-light: #9ca3af;
  --color-accent: #fbbf24;
  --color-accent-dark: #333f48;
  --color-border: #e5e7eb;
  --color-border-soft: #e8eaed;
  --color-black: #000000;
  --color-white: #ffffff;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-pill: 999px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --container-max: 1440px;

  --shadow-soft: 0 4px 20px -2px rgba(0, 0, 0, 0.05);
  --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  --shadow-glow: 0 0 15px rgba(251, 191, 36, 0.3);

  --tracking-tightest: -0.035em;
  --tracking-tight: -0.02em;
  --tracking-wide: 0.12em;
  --tracking-widest: 0.15em;

  --type-page-title-size: clamp(2rem, 3.2vw, 3.25rem);
  --type-section-title-size: clamp(1.75rem, 2.8vw, 3rem);
  --type-lead-size: clamp(0.9375rem, 1.1vw, 1rem);
  --type-body-size: 0.95rem;
  --type-body-line: 1.6;

  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
}
