#fw-section-header {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-header {
--color-primary: #fef7ee;
--color-primary-rgb: 254, 247, 238;
--color-background: #421384;
--color-background-rgb: 66, 19, 132;
--color-on-background: #fef7ee;
--color-on-background-rgb: 254, 247, 238;
--color-on-primary: #410f73;
--color-on-primary-rgb: 65, 15, 115;
--color-product-image-background: #fef7ee;
--color-background-brightness: 46;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #421384;
--primary-btn-text: #fef7ee;
--primary-btn-border-color: #fef7ee;
--secondary-btn-bg: transparent;
--secondary-btn-text: #fef7ee;
--secondary-btn-border-color: #fef7ee;

}









#fw-section-sidebar {

/* Sidebar menu links */
.sidebar a,
nav a {
    display: block;
    background: rgba(255, 255, 255, 0.85); /* light box behind text */
    color: #4912BF !important; /* dark green text */
    font-family: Halibut, serif;
    font-size: 14px;
    padding: 10px 18px;
    margin: 0px 0;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Hover effect */
.sidebar a:hover,
nav a:hover {
    background: #ffffff;
    color: #1d3200 !important;
    transform: scale(1.03);
    transition: all 0.2s ease;
}
}