/* Spazio Ivy brand fonts.
   The brand uses exactly two faces: Apple Garamond Light and Unica 77 LL Medium.
   Source files: /IVY/BRAND/FONTS/. Do not add other weights or families here. */

@font-face {
  font-family: 'AppleGaramond';
  src: url('/assets/fonts/AppleGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unica77';
  src: url('/assets/fonts/Unica77LLMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
