@font-face {
  font-family: "AmercianTypewriter";
  src: url("/fonts/american-typewriter/AmericanTypewriter400.woff") format("woff");
}

@font-face {
  font-family: 'Awesome Serif';
  src: url('./AwesomeSerif-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif';
  src: url('./AwesomeSerif-MediumRegular.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif';
  src: url('./AwesomeSerif-SemiBoldRegular.otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif';
  src: url('./AwesomeSerif-BoldRegular.otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}