/* Villa Tatili - ortak ve ince on yuz tipografisi */
:root { --site-font-family: "Inter", "Segoe UI", Arial, sans-serif; }

html, body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
p, a, span, b, strong, em, small, label, li, td, th, legend, blockquote {
  font-family: var(--site-font-family);
}

body { font-weight: 400; }

body :where(p, a, span, em, small, label, li, td, th, input, select, textarea) {
  font-weight: 400 !important;
}

body :where(h1, h2, h3, h4, h5, h6, b, strong, button, [role="button"], input[type="button"], input[type="submit"]) {
  font-weight: 500 !important;
}

/* Ikon kutuphanelerinin kendi font ailesini koru. */
.fa, .fas, .far, .fal, .fad, .fab, [class^="fa-"], [class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
}

@media (max-width: 767px) {
  body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
}
