/* ============================================
   AQUA KURUMSAL - Global Overrides
   Font: Inter (body) + Plus Jakarta Sans (headings)
   ============================================ */

:root {
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-heading: 'Plus Jakarta Sans', 'Inter', sans-serif;
    --blue: #185FA5;
    --blue-light: #1a6dbd;
    --dark: #0f1923;
}

body,
html {
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.title h4,
.global-title h4,
.fa-head h2,
.brands-section h2,
.aq-slide-content h2 {
    font-family: var(--font-heading);
}

/* Navigation menu font */
header nav .menu li a,
header .menu-item a {
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Footer font */
footer,
footer .title,
footer a,
footer .sidebar-widget h4,
footer .alt-menu a {
    font-family: var(--font-body);
}

/* Sections & body text */
p, li, span, a, input, textarea, button, select, label {
    font-family: var(--font-body);
}

/* Smooth rendering for all text */
* {
    text-rendering: optimizeLegibility;
}
