/* Variable font: Inter.
 * Fallback to static font files in case the
 * browser doesn't support variable fonts.
 */

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: 'Inter';
    src: url("Inter-VariableFont_opsz,wght.0a77e23a8fdb.ttf") format("woff2-variations"),
         url("Inter-VariableFont_opsz,wght.0a77e23a8fdb.ttf") format("woff2");
    font-style: normal;
  }

  @font-face {
    font-family: 'Inter';
    src: url("Inter-Italic-VariableFont_opsz,wght.6dce17792107.ttf") format("woff2-variations"),
         url("Inter-Italic-VariableFont_opsz,wght.6dce17792107.ttf") format("woff2");
    font-style: italic;
  }
}

@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Thin.6f2d2f41f504.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-ThinItalic.95d83862ccec.ttf") format('truetype');
    font-weight: 100;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-ExtraLight.2c6c78d98816.ttf") format('truetype');
    font-weight: 200;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-ExtraLightItalic.24df64496331.ttf") format('truetype');
    font-weight: 200;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Light.dfaec8b88202.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-LightItalic.6eb3a2d2c6f0.ttf") format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Regular.37dcabff629c.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Italic.ab4004692577.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Medium.8540f35bf8ac.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-MediumItalic.c64a8c393f4d.ttf") format('truetype');
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-SemiBold.e5532d993e2d.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-SemiBoldItalic.0f93bef7d8e8.ttf") format('truetype');
    font-weight: 600;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Bold.f77ce9588dcc.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-BoldItalic.da935c5b19dd.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-ExtraBold.a6ed481bff60.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-ExtraBoldItalic.b03bfa9ceab3.ttf") format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-Black.b797a429ef21.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter';
    src: url("Inter_18pt-BlackItalic.6a6d7edd7844.ttf") format('truetype');
    font-weight: 900;
    font-style: italic;
  }
}
