/* Montserrat Bold */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/montserrat-700.woff2") format("woff2");
  font-display: swap;
}

/* Roboto Regular */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-400.woff2") format("woff2");
  font-display: swap;
}

/* Russo One Regular
@font-face {
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/russoone/russoone-regular.ttf") format("truetype");
  font-display: swap;
}
*/