/* Arimo font */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Arimo/static/Arimo-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Arimo/static/Arimo-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Arimo/static/Arimo-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Arimo/static/Arimo-BoldItalic.ttf') format('truetype');
}

/* Tinos font */
@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Tinos/static/Tinos-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Tinos';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Tinos/static/Tinos-Bold.ttf') format('truetype');
}

/*
  Inter font - currently not found in local files.
  Download from Google Fonts and place in 'fonts/Inter' to use locally.
  @font-face {
    ...
  }
*/
