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

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

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

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

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

/* arimo-500italic */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/arimo/arimo-500italic.ttf') format('truetype');
}

/* arimo-600italic */
@font-face {
  font-family: 'Arimo';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/arimo/arimo-600italic.ttf') format('truetype');
}

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