@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/noto-sans-v42-latin_latin-ext-regular.woff2") format("woff2"),
    url("../fonts/noto-sans-v42-latin_latin-ext-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/noto-sans-v42-latin_latin-ext-700.woff2") format("woff2"),
    url("../fonts/noto-sans-v42-latin_latin-ext-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caveat-v23-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/caveat-v23-latin_latin-ext-700.woff2') format('woff2');
}