/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../font/montserrat-v25-latin-regular.woff2") format("woff2"),
    url("../font/montserrat-v25-latin-regular.woff") format("woff"),
    url("../font/montserrat-v25-latin-regular.svg#Montserrat") format("svg");
}

/* montserrat-alternates-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 400;
  src: url("../font/montserrat-alternates-v17-latin-regular.woff2")
      format("woff2"),
    url("../font/montserrat-alternates-v17-latin-regular.woff") format("woff"),
    url("../font/montserrat-alternates-v17-latin-regular.svg#MontserratAlternates")
      format("svg");
}

/* lifehack */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "lifehack";
  font-style: italic;
  font-weight: 400;
  src: url("../font/lifehack.woff2") format("woff2"),
    url("../font/lifehack.woff") format("woff");
}
/* avenir */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "avenir";
  font-style: normal;
  font-weight: 400;
  src: url("../font/avenir.woff2") format("woff2"),
    url("../font/avenir.woff") format("woff");
}
