:root {
  --yellow: #f5c518;
  --blue: #1a3a5c;
  --blue-light: #2563a8;
  --orange: #e8790a;
  --dark: #111827;
  --gray: #6b7280;
  --gray-light: #f3f4f6;
  --white: #ffffff;
  --border: #e5e7eb;

  --font-main:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.12);
  --transition: 0.2s ease;

  --container: 1140px;
}
