@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('assets/fonts/cormorant-garamond-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('assets/fonts/montserrat-black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
/* Noka Bold glyphs embedded in the supplied LOGO REAL.pdf, for the name only. */
@font-face {
  font-family: 'Noka Logo';
  src: url('assets/fonts/noka-logo-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0043, U+004D, U+0061, U+0065, U+0069, U+006E-006F, U+0072, U+0074, U+0076;
}
