/* GLOBAL FONT - APPLE SYSTEM FONT ONLY */
/* En yüksek öncelikle tüm elementlerde Apple System Font kullan */

* {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

html,
body,
body *,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, button, input, textarea, select, label {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

/* İkon fontları hariç tut */
[class^="ri-"],
[class*=" ri-"],
[class^="fa"],
[class*=" fa"],
.remixicon,
.fa,
.fas,
.far,
.fab {
    font-family: 'remixicon', 'FontAwesome', 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
}
