@font-face {
  font-family: 'Aboreto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./aboreto-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Sometype Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./sometypemono-400.ttf) format('truetype');
}
@font-face {
  font-family: 'Sometype Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./sometypemono-700.ttf) format('truetype');
}
@font-face {
  font-family: 'Sometype Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./sometypemono-400i.ttf) format('truetype');
}
@font-face {
  font-family: 'Sometype Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./sometypemono-700i.ttf) format('truetype');
}
