#fw-section-header {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #f6e5ae;
--color-on-background-rgb: 246, 229, 174;
--color-product-image-background: #f6e5ae;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
/* Menu styling using Monument Extended, all caps, and vertical spacers */
nav a,
.menu-item,
.menu a {
    font-family: 'Protest Revolution', sans-serif !important;
    font-size: 30px !important;           /* Adjust as needed */
    text-transform: uppercase !important; /* Force ALL CAPS */
    padding: 0 30px;                      /* Horizontal spacing */
    position: relative;
    display: inline-block;
}

/* Thin spacer line between each menu item */
nav a:not(:last-child),
.menu-item:not(:last-child),
.menu a:not(:last-child) {
    border-right: 5px solid rgba(255, 255, 255, 0.5); /* Thin, subtle divider */
    margin-right: 15px; /* Space after the divider */
}
}