/* -------------------------- */
/* -------- Overpass -------- */
/* -------------------------- */

/* --- Overpass Medium --- */

@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-500.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-500italic.woff2")
    format("woff2");
}

/* --- Overpass Light --- */

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

/* --- Overpass Bold --- */

@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-700.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Overpass";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-700italic.woff2")
    format("woff2");
}

/* --------------------------- */
/* -------- Noto Sans -------- */
/* --------------------------- */

/* --- Noto Sans Normal --- */

@font-face {
  font-family: "Noto Sans";
  src: url("../assets/NotoSans.eot");
  src: url("../assets/NotoSans.eot?#iefix") format("embedded-opentype"),
    url("../assets/NotoSans.woff2") format("woff2"),
    url("../assets/NotoSans.woff") format("woff"),
    url("../assets/NotoSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../assets/NotoSans-Italic.eot");
  src: url("../assets/NotoSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../assets/NotoSans-Italic.woff2") format("woff2"),
    url("../assets/NotoSans-Italic.woff") format("woff"),
    url("../assets/NotoSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* --- Noto Sans 700 --- */

@font-face {
  font-family: "Noto Sans";
  src: url("../assets/NotoSans-Bold.eot");
  src: url("../assets/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../assets/NotoSans-Bold.woff2") format("woff2"),
    url("../assets/NotoSans-Bold.woff") format("woff"),
    url("../assets/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../assets/NotoSans-BoldItalic.eot");
  src: url("../assets/NotoSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/NotoSans-BoldItalic.woff2") format("woff2"),
    url("../assets/NotoSans-BoldItalic.woff") format("woff"),
    url("../assets/NotoSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
