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

@font-face {
  font-family: "Helvetica Now Text";
  src: url("../fonts/HelveticaNowText-Bold.woff2") format("woff2"),
       url("../fonts/HelveticaNowText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Condensed";
  src: url("../fonts/HelveticaNowText-CnBold.woff2") format("woff2"),
       url("../fonts/HelveticaNowText-CnBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Condensed";
  src: url("../fonts/HelveticaNowText-CnBlack.woff2") format("woff2"),
       url("../fonts/HelveticaNowText-CnBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

h1,
h2,
.pg-h1,
.pg-h2,
.pg-display {
  margin-block: 0 .35em;
  color: var(--pg-green-900);
  font-family: var(--pg-font-heading);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: .9;
}

h1,
.pg-h1 {
  font-size: clamp(56px, 9vw, 132px);
}

h2,
.pg-h2 {
  font-size: clamp(44px, 6vw, 92px);
}

h3,
.pg-h3,
.pg-condensed-title {
  margin-block: 0 .45em;
  color: var(--pg-green-900);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: .95;
  font-size: clamp(28px, 3.8vw, 56px);
}

h4,
h5,
h6 {
  margin-block: 0 .5em;
  color: var(--pg-green-900);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .025em;
  line-height: 1;
}

p {
  margin-block: 0 1em;
  color: var(--pg-text);
  font-family: var(--pg-font-body);
  font-weight: 500;
  line-height: 1.55;
}

li {
  font-family: var(--pg-font-body);
  font-weight: 500;
  line-height: 1.5;
}

strong,
b {
  font-weight: 700;
}

.pg-lead {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
}

.pg-small {
  font-size: 14px;
  line-height: 1.35;
}

.pg-eyebrow {
  margin-bottom: 12px;
  color: var(--pg-red);
  font-family: var(--pg-font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1;
}

.pg-muted {
  color: var(--pg-text-muted);
}

.pg-script {
  font-family: var(--pg-font-heading);
  font-weight: 400;
}

.pg-menu-font {
  font-family: var(--pg-font-menu);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .04em;
}