/* Bi Teslimat - Özel Yazı Tipleri (Fontlar header'da yüklenir) */
.racing-sans-one-regular {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Logo - Site header'da kullanım */
.navbar-brand,
.navbar-brand span {
  font-family: "Racing Sans One", sans-serif !important;
  font-weight: 400;
}

/* Body & paragraflar */
body,
p,
.inter-body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}
