.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

* {
  font-feature-settings: "ss01" 1;
}

a {
  color: inherit;
}

.b1 {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--b-1);
  line-height: 1.4;
}

.b2 {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--b-2);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.b3 {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--b-3);
  line-height: 1.37;
}

.d1 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--d-1);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}

.d2 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--d-2);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.d3 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--d-3);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}

.u1 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--u-1);
  line-height: 1.2;
}

.h1 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--h-1);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1em;
}

.h2 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--h-2);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1em;
}

.h3 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1em;
}

.h4 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--h-4);
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
}

.h5 {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--h-5);
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.h6 {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--h-6);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
}

.serif {
  font-family: "Roboto Serif", serif;
}

.sans-serif {
  font-family: var(--wp--preset--font-family--inter);
}

.monospace {
  font-family: "Roboto Mono", monospace;
}

.display {
  font-family: var(--wp--preset--font-family--neuf);
}

.uppercase {
  text-transform: uppercase;
}

.title {
  font-family: var(--wp--preset--font-family--neuf);
  font-size: var(--wp--preset--font-size--d-1);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0;
}

hr {
  border: 0;
  height: 1px;
  background: #000000;
  margin-block-start: 40px !important;
  margin-block-end: 40px !important;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=search],
input[type=week],
select,
textarea {
  padding: 0.5em;
  font-size: var(--wp--preset--font-size--p1);
  vertical-align: middle;
  background: transparent;
  border: 1px solid;
  color: #000000;
}

.mrl-personnel {
  display: grid;
  gap: clamp(30px, 5vw, 80px);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
@media (max-width: 649px) {
  .mrl-personnel {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.mrl-personnel .peep {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--b-2);
  line-height: 1.4;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.mrl-personnel .peep > div {
  padding: 5px 0;
}
.mrl-personnel .peep .name {
  margin: 0;
}
.mrl-personnel .peep .voice-part {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--b-3);
  line-height: 1.37;
  font-family: var(--wp--preset--font-family--neuf);
  text-transform: uppercase;
  font-weight: 500;
}
.mrl-personnel .peep .major-year {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--b-3);
  line-height: 1.37;
  font-family: "Roboto Mono", monospace;
}
.mrl-personnel .peep .headshot {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

/*# sourceMappingURL=mrl-personnel.css.map */
