/* ABeeZee Regular */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ABeeZee-Regular.ttf') format('truetype');
}

/* ABeeZee Italic */
@font-face {
  font-family: 'ABeeZee';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/ABeeZee-Italic.ttf') format('truetype');
}

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Roboto-VariableFont_wdth.wght.ttf') format('truetype');
}

/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/Roboto-Italic-VariableFont_wdth.wght.ttf') format('truetype');
}
