/* Highrise – Regular */
@font-face {
  font-family: 'Highrise';
  src:
    url('HighriseFont-Regular.woff2') format('woff2'),
    url('HighriseFont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Highrise – Condensed */
@font-face {
  font-family: 'Highrise Condensed';
  src:
    url('HighriseFont-Condensed.woff2') format('woff2'),
    url('HighriseFont-Condensed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Example heading usage */
/* h1, h2 {
  font-family: 'Highrise Condensed', sans-serif !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
} */