/* =============================================================================
   Custom Webfonts - @font-face definitions
   ========================================================================== */

@font-face {
  font-family: 'Chronicle Display';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/ChronicleDisplay/ChronicleDisplay-XLight.woff2') format('woff2'),
       url('../fonts/ChronicleDisplay/ChronicleDisplay-Light.woff2') format('woff');
}

@font-face {
  font-family: 'Optima Nova LT Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/OptimaNovaLTPro/OptimaNovaLTPro-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Optima Nova LT Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/OptimaNovaLTPro/OptimaNovaLTPro-Bold.woff2') format('woff2');
}
