/*
 * A separate file from main.css on purpose — main.css is the ORIGINAL
 * BootstrapMade theme, kept byte for byte (see index.html's comment on it).
 * This is the one place "Purviv"/"Purviv Labs" needs a different, specific
 * typeface, so it lives in its own stylesheet, loaded after main.css.
 */
@font-face {
  font-family: 'Centaur';
  src: url('/assets/fonts/CENTAUR.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-centaur {
  font-family: 'Centaur', Georgia, 'Times New Roman', serif;
}
