:root {
  --primary: #003a5b;
  --secondary: #f8a531;
  --tertiary: var(--secondary);
  --primary-services: var(--primary);
  --secondary-services: var(--secondary);
  --text-primary: #ffffff;
  --text-secondary: #2D2D2D;
  --text-tertiary: var(--text-secondary);
  --text-primary-services: var(--text-primary);
  --text-secondary-services: var(--text-secondary);
}
