/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Font gelene kadar beklemez, hemen gösterir */
  src: url('../fonts/regular.woff2') format('woff2');
}

/* inter-700 - latin (BOLD) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/bold.woff2') format('woff2');
}

/* inter-900 - latin (BLACK) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/black.woff2') format('woff2');
}