/* Define your custom font */
@font-face {
  font-family: 'Baskerville Old Face';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/baskerville.ttf') format('truetype');
}

@font-face {
  font-family: 'Snell Roundhand';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/snell.ttf') format('truetype');
}
