:root {

  --color-orange: #FF7428;
  --color-orange-alt: #FF6B1B;
  --color-orange-hover: #FF7E22;
  --color-navy: #1C384C;
  --color-navy-light: #24455C;
  --color-green: #2EC400;

  --color-white: #FFFFFF;
  --color-bg-section: #FAFAFA;
  --color-bg-card: #EBEBEB;
  --color-text: #1C384C;
  --color-text-muted: #5B6B77;
  --color-text-on-dark: #FFFFFF;
  --color-text-on-dark-muted: #C3CDD3;

  --font-family-base: "Red Hat Display", "Segoe UI", Arial, sans-serif;

  --container-width: 1440px;
  --container-padding: 24px;

  --radius-sm: 4px;
  --radius-md: 8px;

  --transition-fast: 0.2s ease;
  --transition-base: 0.35s ease;
  --transition-slide: 1.5s ease;

  --header-height: 88px;
}
