/* Local fonts — Humane (display) + PP Neue Montreal (UI) */

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

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

@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("../fonts/ppneuemontreal-book.woff2") format("woff2"),
    url("../fonts/ppneuemontreal-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("../fonts/ppneuemontreal-medium.woff2") format("woff2"),
    url("../fonts/ppneuemontreal-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
