@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}

:root {
  --compass-navy: #002B4F;
  --mountain-blue: #315C82;
  --sage-green: #6F806F;
  --compass-gold: #C07A28;
  --deep-pine: #2F4F3E;
  --soft-slate-blue: #5D7893;
  --warm-ivory: #F7F4ED;
  --clean-white: #FFFFFF;
  --mist-gray: #D8DED9;
  --charcoal-ink: #1F2D35;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Montserrat", Arial, sans-serif;
}
