#fw-section-hero-1768603483 {
--color-primary: #41a0e5;
--color-primary-rgb: 65, 160, 229;
--color-background: #03000a;
--color-background-rgb: 3, 0, 10;
--color-on-background: #070006;
--color-on-background-rgb: 7, 0, 6;
--color-on-primary: #4d2eff;
--color-on-primary-rgb: 77, 46, 255;
--color-product-image-background: #070006;
--color-background-brightness: 2;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #41a0e5;
--primary-btn-text: #4d2eff;
--primary-btn-border-color: #070006;
--secondary-btn-bg: transparent;
--secondary-btn-text: #070006;
--secondary-btn-border-color: #070006;
/* --- Unify Primary and Secondary Button Styles --- */
/*
  This targets both button classes directly to ensure
  they always have the exact same appearance.
*/
.button--primary,
.button--secondary {
    font-family: 'Share Tech Mono', monospace;
    background-color: #1A1128;
    border: 2px solid #4d2eff;
    color: #4d2eff;
    padding: 15px 30px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 0 8px #4d2eff;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

/* --- Unify Hover Effect for Both Buttons --- */
.button--primary:hover,
.button--secondary:hover {
    color: #fff;
    box-shadow:
        0 0 15px #4d2eff,
        0 0 40px #4d2eff !important;
}

}
#fw-section-featured-collection-1768603483 {

@font-face {
    font-family: 'CyberBrush';
    src: url('https://raw.githubusercontent.com/ProtocolRP/custom-fonts/main/CyberBrush.ttf') format('truetype');
}

}

#fw-section-header {
--font-heading-scale: 1.83;
--font-body-scale: 1.51;
}
#fw-section-header {
--color-primary: #41a0e5;
--color-primary-rgb: 65, 160, 229;
--color-background: #03000a;
--color-background-rgb: 3, 0, 10;
--color-on-background: #00cda7;
--color-on-background-rgb: 0, 205, 167;
--color-on-primary: #4d2eff;
--color-on-primary-rgb: 77, 46, 255;
--color-product-image-background: #00cda7;
--color-background-brightness: 2;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #41a0e5;
--primary-btn-text: #4d2eff;
--primary-btn-border-color: #00cda7;
--secondary-btn-bg: transparent;
--secondary-btn-text: #00cda7;
--secondary-btn-border-color: #00cda7;

}