:root {
  --navy: #111D35;
  --navy-mid: #1B2A4A;
  --navy-light: #243656;
  --graphite: #4A5F7F;
  --teal: #0D9488;
  --teal-light: #14B8A6;
  --teal-glow: rgba(13, 148, 136, 0.25);
  --slate: #94A3B8;
  --off-white: #F1F5F9;
  --white: #FFFFFF;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
}
