/* underscore.art — custom font declarations */

.no-transitions * { transition: none !important; }
@font-face {
  font-family: 'OriginHeavy';
  src: url('/fonts/Origin-Heavy.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'JSLBlackletter';
  src: url('/fonts/JSL-Blackletter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
