/* ===== Load Druk Text Wide Super ===== */
@font-face {
  font-family: "DrukWide";
  src: url("../fonts/DrukTextWideSuperTrial.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ===== Titles use Druk ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DrukWide", sans-serif !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* ===== Body text uses Montserrat ===== */
body,
p,
li,
a,
span,
input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
}
