/* BHZP Corporate Design – Public Styles */
body {
    font-family: var(--font, 'Inter', system-ui, -apple-system, sans-serif);
    background: linear-gradient(160deg, var(--gradient-start, #EAEEF0) 0%, var(--gradient-end, #F8FAFB) 50%, var(--bg, #F8FAFB) 100%);
    background-attachment: fixed;
    color: var(--text, #0D334D);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.01em;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font, 'Outfit', 'Inter', system-ui, sans-serif);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.navbar-text {
    font-weight: 500;
    letter-spacing: 0.01em;
}
