/* Lexend - latin-ext unicode range */

/* Regular */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Lexend-Regular.woff2") format("woff2");
}

/* Medium */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Lexend-Medium.woff2") format("woff2");
}

/* Semi bold */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Lexend-SemiBold.woff2") format("woff2");
}

/* Bold */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Lexend-Bold.woff2") format("woff2");
}
