@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/fonts/inter/inter-extra-light..woff2) format("woff2"),
    url(/fonts/inter/inter-extra-light..woff) format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter/inter-regular.woff2) format("woff2"),
    url(/fonts/inter/inter-regular.woff) format("woff");
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter/inter-italic.woff2) format("woff2"),
    url(/fonts/inter/inter-italic.woff) format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/inter/inter-semi-bold.woff2) format("woff2"),
    url(/fonts/inter/inter-semi-bold.woff) format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/inter/inter-bold.woff2) format("woff2"),
    url(/fonts/inter/inter-bold.woff) format("woff");
}

/**
 * Variable font
 */

@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-style: normal;
  font-named-instance: "Regular";
  font-display: swap;
  src: url(/fonts/inter/inter.var.woff2) format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-style: italic;
  font-named-instance: "Italic";
  font-display: swap;
  src: url(/fonts/inter/inter-italic.var.woff2) format("woff2");
}
