
        body { background-color: #050505; color: #f4f4f5; font-family: 'Space Grotesk', sans-serif; }
        .serif { font-family: 'Space Grotesk', sans-serif; }
        img[src*="logo"] { filter: none !important; }
    


/* Standardized Mobile Menu Styles */
.mobile-menu-overlay {
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    background-color: #050505;
}

/* Outline Text Utility */
.text-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    color: transparent;
}
.text-stroke:hover {
    -webkit-text-stroke: 1px #b7dbfd;
    color: #b7dbfd;
}