@charset "UTF-8";

@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Light.ttf");
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Regular.ttf");
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Italic.ttf");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Medium.ttf");
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-MediumItalic.ttf");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-SemiBoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Bold.ttf");
    font-weight: 700;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-BoldItalic.ttf");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-ExtraBold.ttf");
    font-weight: 800;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-ExtraBoldItalic.ttf");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-Black.ttf");
    font-weight: 900;
    font-display: swap;
  }
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./static/Inter_18pt-BlackItalic.ttf");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
}

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./Inter-VariableFont_opsz_wght.ttf");
    font-display: swap;
  }

  @font-face {
    font-family: "Inter";
    src: local("Inter"), url("./Inter-Italic-VariableFont_opsz_wght.ttf");
    font-style: italic;
    font-display: swap;
  }
}