@font-face {
  font-family: 'Arial-Regular';
  src: url('./Arial.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-Bold';
  src: url('./Arial-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Arial-Bold Italic';
  src: url('./Arial-Bold-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}