/* Inter - Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* DM Sans - Menü için */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

* {
    font-family: 'Inter', sans-serif !important;
}

html, body {
    font-family: 'Inter', sans-serif !important;
}

a, p, span, div, h1, h2, h3, h4, h5, h6, li, ul, nav, button, input, textarea, select {
    font-family: 'Inter', sans-serif !important;
}

/* WhatsApp ve diğer marka ikonları için */
.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}
