/* Joram brand webfonts, served from joram.eu, same origin as this app
   (self-hosted brand asset host, see brand guideline §10/§11). */

/* Cormorant Garamond: headings */
@font-face {
  font-family: 'CormorantGaramond';
  src: url('https://joram.eu/fonts/CormorantGaramond-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url('https://joram.eu/fonts/CormorantGaramond-Italic-VariableFont_wght.woff2') format('woff2-variations');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

/* Nunito: body */
@font-face {
  font-family: 'Nunito';
  src: url('https://joram.eu/fonts/Nunito-VariableFont_wght.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
