@charset "UTF-8";

/* Didact Gothic - regular */
@font-face {
  font-display: swap;
  font-family: "Didact Gothic";
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/DidactGothic-Regular.ttf') format('truetype');
}

/* Hunter River */
@font-face {
  font-display: swap;
  font-family: 'Hunter River';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/HunterRiver-Regular.otf') format('opentype');
}
