@font-face {
  font-family: "Toothwear Editorial";
  src: url("fonts/cormorant-garamond-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Toothwear Editorial";
  src: url("fonts/cormorant-garamond-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Toothwear Boutique";
  src: url("fonts/jost-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Toothwear Boutique";
  src: url("fonts/jost-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --tw-editorial: "Toothwear Editorial", "Iowan Old Style", "Baskerville", Georgia, serif;
  --tw-boutique: "Toothwear Boutique", "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--tw-editorial) !important;
}

body,
.entry-content,
.entry-summary,
.text-box-content,
.footer-wrapper {
  font-feature-settings: "kern" 1, "liga" 1;
  font-kerning: normal;
}

p,
li,
blockquote,
.entry-content {
  font-family: var(--tw-editorial) !important;
  letter-spacing: 0.012em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2,
.section-title-main,
.product-title,
.widget-title,
.tw-guide h1,
.tw-guide h2,
.tw-impression h1,
.tw-impression h2 {
  font-family: var(--tw-boutique) !important;
  font-weight: 400 !important;
  letter-spacing: 0.065em;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a,
.header-button a,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.badge,
.label,
.price,
.breadcrumbs,
.tw-guide__eyebrow,
.tw-guide__kicker,
.tw-impression__eyebrow,
.tw-impression__kicker {
  font-family: var(--tw-boutique) !important;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.nav > li > a,
.header-button a,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.breadcrumbs {
  text-transform: uppercase;
}

.nav > li > a {
  font-size: 12px;
  letter-spacing: 0.085em;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-left: 2.15em;
  padding-right: 2.15em;
}

.tw-guide p,
.tw-guide li,
.tw-impression p,
.tw-impression li {
  font-family: var(--tw-editorial);
  font-size: 1.08em;
  line-height: 1.7;
}

.tw-guide__step::before,
.tw-guide__mark,
.tw-guide__impression li::before {
  font-family: var(--tw-boutique);
  letter-spacing: 0.06em;
}

@media (max-width: 849px) {
  .nav > li > a {
    letter-spacing: 0.06em;
  }
}
