@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: url("/static/static/fonts/Inter-Black.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: url("/static/fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("/static/fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url("/static/fonts/Inter-Light.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 200;
  font-style: normal;
  src: url("/static/fonts/Inter-Thin.ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 100;
  font-style: normal;
  src: url("/static/fonts/Inter-ExtraLight.ttf");
}

H1.splash,
#promobar {
  font-family: "Inter-Light", Helvetica, sans-serif;
  font-weight: normal !important;
}

BLOCKQUOTE,
.intro P,
.navbar a,
.prox-reg {
  font-family: "Inter-Regular", Helvetica, sans-serif;
  font-weight: normal !important;
}

H1,
H2,
H3,
H4,
#navi UL LI A,
#top-bar UL.tnav LI A {
  font-family: "Inter-Light", Helvetica, sans-serif;
  font-weight: normal !important;
}

H1 strong,
H2 strong,
H3 strong,
H4 strong,
#navi UL LI A strong,
#top-bar UL.tnav LI A strong {
  font-family: "Inter-Bold", Helvetica, sans-serif;
  font-weight: normal !important;
}

/* Inter Thin : */
#header H1,
.liquid-slider h1 {
  font-family: "Inter-Thin", Helvetica, sans-serif;
  font-weight: normal !important;
}

/* Inter Block for Product *gtLD Tags : */
.prod-tag {
  font-family: "Inter-Black", Helvetica, sans-serif;
  font-weight: normal !important;
  letter-spacing: 1px;
}

h1.larger {
  font-size: 60px;
}
