/* Production web fonts — sources in repo assets/fonts/ (copied to new-site/assets/ at deploy) */

@font-face {
  font-family: "Montserrat Light Alt1";
  src: url("../assets/fonts/montserrat-light-alt1-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  src: url("../assets/fonts/overpass-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
