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

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

@font-face {
  font-family: 'Candara';
  src: url('../fonts/candara-bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}