@charset "UTF-8";
/*
Font families defined by this CSS:
  - InterVariable  variable font for modern web browsers
  - Inter          static fonts for older web browsers (small optical size)
  - InterDisplay   static fonts for older web browsers (large optical size)

Usage example:
  :root { font-family: Inter, sans-serif; }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }

*/
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable-Italic.woff2?v=4.0") format("woff2");
}
/* legacy name "Inter var" (Oct 2023) */
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/InterVariable-Italic.woff2?v=4.0") format("woff2");
}
/* static fonts */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-ThinItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLightItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Inter-LightItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-MediumItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter-BoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-BlackItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/InterDisplay-Thin.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/InterDisplay-ThinItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraLight.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraLightItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/InterDisplay-Light.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/InterDisplay-LightItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InterDisplay-Regular.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/InterDisplay-Italic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/InterDisplay-Medium.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/InterDisplay-MediumItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/InterDisplay-SemiBold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/InterDisplay-SemiBoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/InterDisplay-Bold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/InterDisplay-BoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraBold.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/InterDisplay-ExtraBoldItalic.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/InterDisplay-Black.woff2?v=4.0") format("woff2");
}
@font-face {
  font-family: InterDisplay;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/InterDisplay-BlackItalic.woff2?v=4.0") format("woff2");
}
/* =========================================================
   ROBOTO — Full set 100 → 900 (normal + italic)
   Formats kept: woff2, woff, ttf, svg, eot
   Priority: woff2 → woff → ttf → svg → eot
   font-display: swap
   ========================================================= */
/* ROBOTO 100 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/roboto/RobotoThin.woff2") format("woff2"), url("../fonts/roboto/RobotoThin.woff") format("woff"), url("../fonts/roboto/RobotoThin.ttf") format("truetype"), url("../fonts/roboto/RobotoThin.svg#RobotoThin") format("svg"), url("../fonts/roboto/RobotoThin.eot");
  src: url("../fonts/roboto/RobotoThin.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/roboto/RobotoThinItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoThinItalic.woff") format("woff"), url("../fonts/roboto/RobotoThinItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoThinItalic.svg#RobotoThinItalic") format("svg"), url("../fonts/roboto/RobotoThinItalic.eot");
  src: url("../fonts/roboto/RobotoThinItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 200 (ExtraLight) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto/RobotoExtraLight.woff2") format("woff2"), url("../fonts/roboto/RobotoExtraLight.woff") format("woff"), url("../fonts/roboto/RobotoExtraLight.ttf") format("truetype"), url("../fonts/roboto/RobotoExtraLight.svg#RobotoExtraLight") format("svg"), url("../fonts/roboto/RobotoExtraLight.eot");
  src: url("../fonts/roboto/RobotoExtraLight.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto/RobotoExtraLightItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoExtraLightItalic.woff") format("woff"), url("../fonts/roboto/RobotoExtraLightItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoExtraLightItalic.svg#RobotoExtraLightItalic") format("svg"), url("../fonts/roboto/RobotoExtraLightItalic.eot");
  src: url("../fonts/roboto/RobotoExtraLightItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 300 (Light) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto/RobotoLight.woff2") format("woff2"), url("../fonts/roboto/RobotoLight.woff") format("woff"), url("../fonts/roboto/RobotoLight.ttf") format("truetype"), url("../fonts/roboto/RobotoLight.svg#RobotoLight") format("svg"), url("../fonts/roboto/RobotoLight.eot");
  src: url("../fonts/roboto/RobotoLight.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto/RobotoLightItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoLightItalic.woff") format("woff"), url("../fonts/roboto/RobotoLightItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoLightItalic.svg#RobotoLightItalic") format("svg"), url("../fonts/roboto/RobotoLightItalic.eot");
  src: url("../fonts/roboto/RobotoLightItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 400 (Regular) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto/RobotoRegular.woff2") format("woff2"), url("../fonts/roboto/RobotoRegular.woff") format("woff"), url("../fonts/roboto/RobotoRegular.ttf") format("truetype"), url("../fonts/roboto/RobotoRegular.svg#RobotoRegular") format("svg"), url("../fonts/roboto/RobotoRegular.eot");
  src: url("../fonts/roboto/RobotoRegular.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto/RobotoItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoItalic.woff") format("woff"), url("../fonts/roboto/RobotoItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoItalic.svg#RobotoItalic") format("svg"), url("../fonts/roboto/RobotoItalic.eot");
  src: url("../fonts/roboto/RobotoItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 500 (Medium) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto/RobotoMedium.woff2") format("woff2"), url("../fonts/roboto/RobotoMedium.woff") format("woff"), url("../fonts/roboto/RobotoMedium.ttf") format("truetype"), url("../fonts/roboto/RobotoMedium.svg#RobotoMedium") format("svg"), url("../fonts/roboto/RobotoMedium.eot");
  src: url("../fonts/roboto/RobotoMedium.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto/RobotoMediumItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoMediumItalic.woff") format("woff"), url("../fonts/roboto/RobotoMediumItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoMediumItalic.svg#RobotoMediumItalic") format("svg"), url("../fonts/roboto/RobotoMediumItalic.eot");
  src: url("../fonts/roboto/RobotoMediumItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 600 (SemiBold) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/roboto/RobotoSemiBold.woff2") format("woff2"), url("../fonts/roboto/RobotoSemiBold.woff") format("woff"), url("../fonts/roboto/RobotoSemiBold.ttf") format("truetype"), url("../fonts/roboto/RobotoSemiBold.svg#RobotoSemiBold") format("svg"), url("../fonts/roboto/RobotoSemiBold.eot");
  src: url("../fonts/roboto/RobotoSemiBold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/roboto/RobotoSemiBoldItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoSemiBoldItalic.woff") format("woff"), url("../fonts/roboto/RobotoSemiBoldItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoSemiBoldItalic.svg#RobotoSemiBoldItalic") format("svg"), url("../fonts/roboto/RobotoSemiBoldItalic.eot");
  src: url("../fonts/roboto/RobotoSemiBoldItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 700 (Bold) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto/RobotoBold.woff2") format("woff2"), url("../fonts/roboto/RobotoBold.woff") format("woff"), url("../fonts/roboto/RobotoBold.ttf") format("truetype"), url("../fonts/roboto/RobotoBold.svg#RobotoBold") format("svg"), url("../fonts/roboto/RobotoBold.eot");
  src: url("../fonts/roboto/RobotoBold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto/RobotoBoldItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoBoldItalic.woff") format("woff"), url("../fonts/roboto/RobotoBoldItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoBoldItalic.svg#RobotoBoldItalic") format("svg"), url("../fonts/roboto/RobotoBoldItalic.eot");
  src: url("../fonts/roboto/RobotoBoldItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 800 (ExtraBold) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/roboto/RobotoExtraBold.woff2") format("woff2"), url("../fonts/roboto/RobotoExtraBold.woff") format("woff"), url("../fonts/roboto/RobotoExtraBold.ttf") format("truetype"), url("../fonts/roboto/RobotoExtraBold.svg#RobotoExtraBold") format("svg"), url("../fonts/roboto/RobotoExtraBold.eot");
  src: url("../fonts/roboto/RobotoExtraBold.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/roboto/RobotoExtraBoldItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoExtraBoldItalic.woff") format("woff"), url("../fonts/roboto/RobotoExtraBoldItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoExtraBoldItalic.svg#RobotoExtraBoldItalic") format("svg"), url("../fonts/roboto/RobotoExtraBoldItalic.eot");
  src: url("../fonts/roboto/RobotoExtraBoldItalic.eot?#iefix") format("embedded-opentype");
}
/* ROBOTO 900 (Black) */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto/RobotoBlack.woff2") format("woff2"), url("../fonts/roboto/RobotoBlack.woff") format("woff"), url("../fonts/roboto/RobotoBlack.ttf") format("truetype"), url("../fonts/roboto/RobotoBlack.svg#RobotoBlack") format("svg"), url("../fonts/roboto/RobotoBlack.eot");
  src: url("../fonts/roboto/RobotoBlack.eot?#iefix") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto/RobotoBlackItalic.woff2") format("woff2"), url("../fonts/roboto/RobotoBlackItalic.woff") format("woff"), url("../fonts/roboto/RobotoBlackItalic.ttf") format("truetype"), url("../fonts/roboto/RobotoBlackItalic.svg#RobotoBlackItalic") format("svg"), url("../fonts/roboto/RobotoBlackItalic.eot");
  src: url("../fonts/roboto/RobotoBlackItalic.eot?#iefix") format("embedded-opentype");
}