/* Regular (kritik, preload edildi) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v19-latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Semibold (lazy load) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v19-latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold (lazy load) */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-v19-latin-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
