@font-face {
  font-family: 'Arsenal';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Arsenal-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Arsenal';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('Arsenal-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Arsenal-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Arsenal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Arsenal-Bold.ttf') format('truetype');
}
