/* Variable font (preferred) */
@font-face {
  font-family: "Inter";
  src: url("files/InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("files/InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Static fallback (older browsers) */
@supports not (font-variation-settings: normal) {
  /* Webfont: Inter-ThinItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-ThinItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 100;
    font-display: swap;
  }

  /* Webfont: Inter-Thin */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Thin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
  }

  /* Webfont: Inter-ExtraLightItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-ExtraLightItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 200;
    font-display: swap;
  }

  /* Webfont: Inter-ExtraLight */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-ExtraLight.woff2") format("woff2");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
  }

  /* Webfont: Inter-LightItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-LightItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 300;
    font-display: swap;
  }

  /* Webfont: Inter-Light */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
  }

  /* Webfont: Inter-Italic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
  }

  /* Webfont: Inter-Regular */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }

  /* Webfont: Inter-MediumItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-MediumItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 500;
    font-display: swap;
  }

  /* Webfont: Inter-Medium */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
  }

  /* Webfont: Inter-SemiBoldItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-SemiBoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 600;
    font-display: swap;
  }

  /* Webfont: Inter-SemiBold */
  @font-face {
    font-family: "Inter";
      src: url("files/Inter-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
  }

  /* Webfont: Inter-BoldItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-BoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
  }

  /* Webfont: Inter-Bold */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
  }

  /* Webfont: Inter-ExtraBoldItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-ExtraBoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 800;
    font-display: swap;
  }

  /* Webfont: Inter-ExtraBold */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-ExtraBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
  }

  /* Webfont: Inter-BlackItalic */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-BlackItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 900;
    font-display: swap;
  }

  /* Webfont: Inter-Black */
  @font-face {
    font-family: "Inter";
    src: url("files/Inter-Black.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
  }
}