@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Medium.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Medium.woff") format("woff"),
    url("/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Regular.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Regular.woff") format("woff"),
    url("/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Light.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Light.woff") format("woff"),
    url("/fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-SemiBold.woff2") format("woff2"),
    url("/fonts/Inter/Inter-SemiBold.woff") format("woff"),
    url("/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Thin.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Thin.woff") format("woff"),
    url("/fonts/Inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Black.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Black.woff") format("woff"),
    url("/fonts/Inter/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-Bold.woff2") format("woff2"),
    url("/fonts/Inter/Inter-Bold.woff") format("woff"),
    url("/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-ExtraLight.woff2") format("woff2"),
    url("/fonts/Inter/Inter-ExtraLight.woff") format("woff"),
    url("/fonts/Inter/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter/Inter-ExtraBold.woff2") format("woff2"),
    url("/fonts/Inter/Inter-ExtraBold.woff") format("woff"),
    url("/fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNova/ProximaNova-BoldIt.eot");
  src: url("/fonts/ProximaNova/ProximaNova-BoldIt.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/ProximaNova/ProximaNova-BoldIt.woff") format("woff"),
    url("/fonts/ProximaNova/ProximaNova-BoldIt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
    url("/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
