:root {
  --font-primary: "Inter", "Open Sans", sans-serif;
  --font-display: "Manrope", "Roboto", sans-serif;

  --color-primary: #ff6b00;
  --color-primary-dark: #e65100;
  --color-secondary: #ffd600;
  --color-dark: #111111;
  --color-dark-2: #1a1a1a;
  --color-surface: #f5f5f7;
  --color-white: #ffffff;

  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;

  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-900: #1e3a8a;

  --color-green-100: #dcfce7;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;

  --color-yellow-100: #fef9c3;
  --color-yellow-500: #eab308;
  --color-yellow-700: #a16207;

  --color-orange-800: #9a3412;

  --color-red-100: #fee2e2;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
  --radius-3xl: 3rem;

  --shadow-sm: 0 2px 6px rgba(17, 17, 17, 0.08);
  --shadow-md: 0 10px 30px rgba(17, 17, 17, 0.12);
  --shadow-lg: 0 20px 45px rgba(17, 17, 17, 0.18);
  --shadow-primary: 0 18px 40px rgba(255, 107, 0, 0.3);

  --transition-fast: 0.2s ease;
  --transition: 0.3s ease;
  --transition-slow: 0.7s ease;

  --container-max: 1440px;
  --header-height: 80px;
  --section-gap: 2rem;
}
