/* Yerel fontlar - CDN bağımlılığı yok, KVKK/GDPR açısından güvenli */

@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
