/* Lexend family */
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("/fonts/Lexend-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Keep JetBrains Mono for code */
@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/JetBrainsMono.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
