﻿:root {
  /* Colors â€” Brand Guide: eTX ImpaXt Identity v1.0 */
  --bg-primary: #0D1117;
  --bg-secondary: #161B22;
  --bg-card: #1a1a2e;
  --accent: #1D9E75;
  --accent-dark: #14795a;
  --accent-glow: rgba(29, 158, 117, 0.15);
  --text-primary: #f0f0f5;
  --text-secondary: #a0a0b0;
  --text-muted: #848494;
  --border: #2a2a3a;

  /* Typography */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-logo: 'Syne', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  --font-tag: 'JetBrains Mono', 'Fira Code', monospace;

  /* Font Sizes */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3.5rem;
  --text-6xl: 4.5rem;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 64px;
  --space-2xl: 128px;

  /* Layout */
  --max-width: 1200px;
  --section-padding: 120px;
  --nav-height: 72px;

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.6s ease;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 9999px;
}
