#fw-section-hero-e593450a-7853-4239-b445-71792050f6d4 {
--color-primary: #fffdf2;
--color-primary-rgb: 255, 253, 242;
--color-background: #3a5433;
--color-background-rgb: 58, 84, 51;
--color-on-background: #fffdf2;
--color-on-background-rgb: 255, 253, 242;
--color-on-primary: #2a2a2a;
--color-on-primary-rgb: 42, 42, 42;
--color-product-image-background: #fffdf2;
--color-background-brightness: 72;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #fffdf2;
--primary-btn-text: #2a2a2a;
--primary-btn-border-color: #fffdf2;
--secondary-btn-bg: transparent;
--secondary-btn-text: #fffdf2;
--secondary-btn-border-color: #fffdf2;

}

#fw-section-rich-text-a3221203-9c10-41bc-8724-5723b04c3598 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}
#fw-section-text-blocks-c99adf3a-f53e-4232-8df9-b8adc15fb5e2 {
--font-heading-scale: 0.85;
--font-body-scale: 1.0;
}


#fw-section-links-list-e50b0293-a654-4477-b9f1-392c2d785843 {

a {
    color: #3b4231 !important; /* Blends perfectly with your dark olive */
    background: transparent !important;
    font-weight: 400 !important; /* Removes the heavy system bolding */
    text-decoration: none !important; /* Removes default jagged underlines */
    border-bottom: 1px solid #3b4231; /* Creates a sharp, elegant underline */
    padding-bottom: 4px; /* Gives the text room to breathe above the line */
    transition: opacity 0.3s ease-in-out; /* Smooth fade effect */
    width: fit-content !important;
    margin: 0 auto !important;
}

a:hover {
    opacity: 0.6; /* A gentle, relaxing fade when a mouse hovers over it */
}
}

#fw-section-hero-0 {
--color-primary: #3a5433;
--color-primary-rgb: 58, 84, 51;
--color-background: #fffdf2;
--color-background-rgb: 255, 253, 242;
--color-on-background: #2a2a2a;
--color-on-background-rgb: 42, 42, 42;
--color-on-primary: #fffdf2;
--color-on-primary-rgb: 255, 253, 242;
--color-product-image-background: #2a2a2a;
--color-background-brightness: 252;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #3a5433;
--primary-btn-text: #fffdf2;
--primary-btn-border-color: #2a2a2a;
--secondary-btn-bg: transparent;
--secondary-btn-text: #2a2a2a;
--secondary-btn-border-color: #2a2a2a;

}

#fw-section-image-with-text-0 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}