@font-face {
  font-family: "PPNeueMontreal";
  src: url("ppneuemontreal-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-heading: "PPNeueMontreal", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading)!important;
  font-weight: 700;
}