@font-face {
  font-family: "Lato";
  src:
    url(/res/fonts/Lato-Light.woff2) format("woff2"),
    url(/res/fonts/Lato-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src:
    url(/res/fonts/Lato-Medium.woff2) format("woff2"),
    url(/res/fonts/Lato-Medium.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src:
    url(/res/fonts/Mulish-Regular.woff2) format("woff2"),
    url(/res/fonts/Mulish-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src:
    url(/res/fonts/Mulish-Bold.woff2) format("woff2"),
    url(/res/fonts/Mulish-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src:
    url(/res/fonts/Mulish-ExtraBold.woff2) format("woff2"),
    url(/res/fonts/Mulish-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
