@font-face {
  font-family: 'Doyle';
  src: url('/assets/webfonts/Doyle-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Doyle';
  src: url('/assets/webfonts/Doyle-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Pro';
  src: url('/assets/webfonts/ITCAVANTGARDEPRO-BOLD.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Pro';
  src: url('/assets/webfonts/ITCAVANTGARDEPRO-BOLDOBL.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Pro';
  src: url('/assets/webfonts/ITCAVANTGARDEPRO-BK.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Pro';
  src: url('/assets/webfonts/ITCAVANTGARDEPRO-BKOBL.woff2') format('woff2');
  font-weight: 400 500;
  font-style: italic;
  font-display: block;
}

html.fonts-loading body {
  visibility: hidden;
}

html.fonts-ready body {
  visibility: visible;
}
