@font-face {
  font-family: "decked-web";
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("https://decked.com/cdn/shop/t/434/assets/static.Decked-SemiBold.woff")
    format("woff");
}

@font-face {
  font-family: "Gotham";
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
  src: url("https://decked.com/cdn/shop/t/434/assets/static.gotham-medium-webfont.woff")
    format("woff");
}

@font-face {
  font-family: "Gotham";
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
  src: url("https://decked.com/cdn/shop/t/434/assets/static.gotham-mediumitalic-webfont.woff")
    format("woff");
}

@font-face {
  font-family: "Gotham";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url("https://decked.com/cdn/shop/t/434/assets/static.gotham-book-webfont.woff")
    format("woff");
}

@font-face {
  font-family: "Gotham";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("https://decked.com/cdn/shop/t/434/assets/static.gotham-bookitalic-webfont.woff")
    format("woff");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--sl-font-header);
  font-weight: var(--sl-font-weight-semibold);
  line-height: var(--sl-line-height-dense);
  letter-spacing: var(--sl-letter-spacing-normal);
  text-transform: uppercase;
  margin: 0;
}
