/* INTER */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v20-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* MANROPE */
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* SPACE GROTESK */
@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/space-grotesk-v22-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/space-grotesk-v22-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* MONTSERRAT */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-v31-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-v31-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* SOURCE SANS 3 */
@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3-v19-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3-v19-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* IBM PLEX SANS */
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-v23-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/ibm-plex-sans-v23-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}