/*
Theme Name: FSE Child
Template: neve-fse
*/

.navbar-fade {
    transition: background-color 0.5s ease;
    background-color: #F6F3EE;
    color: #000 !important;
}

.wp-block-template-part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
    transition: background-color 0.5s ease;
    color: #FFF;
}

@import url("../neve-fse/style.css");