/* ============================================================================================== */
/* INTER FONT FAMILY */
/* ============================================================================================== */

@font-face {
  font-family: 'Inter';
  src: url('./inter/Inter.woff2') format('woff2'), url('./inter/Inter.woff') format('woff'),
    url('./inter/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('./inter/Inter-Italic.woff2') format('woff2'), url('./inter/Inter-Italic.woff') format('woff'),
    url('./inter/Inter-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}

