/**
 * Aqum 2 – custom title fonts
 * Place aqum-2-classic.otf and aqum-2-small-caps.otf in the /fonts/ folder.
 */
@font-face {
  font-family: 'Aqum 2 Classic';
  src: url('../fonts/aqum-2-classic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aqum 2 Small Caps';
  src: url('../fonts/aqum-2-small-caps.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Apply Aqum to all content titles site-wide */
h1,
h2,
h3,
h4,
h5,
.h1, .h2, .h3, .h4, .h5,
.blurb-title,
.blurb-creative-heading,
.card-title,
.post-modern-title {
  font-family: 'Aqum 2 Classic', Georgia, 'Times New Roman', serif;
}
