@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

body,
button,
input,
textarea,
select,
option {
  font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 em,
.quote,
.month-nav h3,
.section-intro h3 {
  font-family: "Manrope", ui-sans-serif, sans-serif;
}

.month-nav h3,
.section-intro h3 {
  font-weight: 700;
  letter-spacing: -.025em;
}

.temp-password-value input {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
