:root {
  --primary: #003c58;
  --secondary: #f2f2f2;
  --tertiary: var(--secondary);
  --primary-services: var(--primary);
  --secondary-services: var(--secondary);
  --text-primary: #ffffff;
  --text-secondary: #000000;
  --text-tertiary: var(--text-secondary);
  --text-primary-services: var(--text-primary);
  --text-secondary-services: var(--text-secondary);
}
