@font-face {
  font-family: "Gotham";
  src: local("Gotham Thin"), local("Gotham-Thin"),
    url("../fonts/Gotham-Thin.woff2") format("woff2"),
    url("../fonts/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Light"), local("GothamLight"),
    url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Book"), local("Gotham-Book"),
    url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium"), local("GothamMedium"),
    url("../fonts/GothamMedium.woff2") format("woff2"),
    url("../fonts/GothamMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("GothamBold"),
    url("../fonts/GothamBold.woff2") format("woff2"),
    url("../fonts/GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Black"), local("GothamBlack"),
    url("../fonts/GothamBlack.woff2") format("woff2"),
    url("../fonts/GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Gotham", sans-serif;
}
body {
  font-weight: 400;
  font-style: normal;
}
.nav > li > a {
  font-family: "Gotham", sans-serif;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: "Gotham", sans-serif;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Gotham", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
  font-weight: bold;
  font-style: normal;
}
.alt-font {
  font-family: "Gotham", sans-serif;
}
.alt-font {
  font-weight: 400 !important;
  font-style: normal !important;
}

#billing_phone_field,
#billing_cpf_field,
#billing_cnpj_field,
#shipping_neighborhood_field,
#shipping_postcode_field {
  width: 100% !important;
}
