/* ==========================================================================
   OIC Statements — bundled brand fonts.
   Loaded everywhere the statement layouts can render (front-end, reader,
   print/PDF, and the builder canvas) so the OIC statement layouts look
   identical in every context. url() paths are relative to this file
   (assets/css/ -> assets/fonts/).
   ========================================================================== */

@font-face {
  font-family: 'GE Jarida Heavy';
  src: url('../fonts/GE-Jarida-Heavy.otf') format('opentype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WinSoft Pro';
  src: url('../fonts/WinSoftPro-Medium.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OIC Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frutiger 45 Light';
  src: url('../fonts/Frutiger-45-Light-Regular.otf') format('opentype');
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
