/*
Theme Name: Cloudwalker Life Science
Description: Proper WordPress Theme conversion for Cloudwalker Life Science.
Version: 1.0.0
Author: Custom Theme Developer
*/

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

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

h1, h2, h3, .font-headline {
    font-family: 'Manrope', sans-serif;
}

.glass-nav {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(246, 243, 242, 0.7);
}

.ambient-glow {
    box-shadow: 0px 20px 40px rgba(27, 28, 28, 0.06);
}

.clinical-gradient {
    background: linear-gradient(135deg, #245b9a 0%, #4274b5 100%);
}

/* Fix header overlap with WordPress Admin Bar */
.admin-bar header.fixed,
.admin-bar nav.fixed {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar header.fixed,
    .admin-bar nav.fixed {
        top: 46px !important;
    }
}
