/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('./inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* Medium Font */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./Inter-Medium.ttf') format('truetype');
}

/* SemiBold Font */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./Inter-SemiBold.ttf') format('truetype');
}

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

/* Italic Font */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('./Inter-Italic.otf') format('opentype');
}