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

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

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