/* ================================
   CUSTOM FONTS
================================ */

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


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