#fw-section-hero-1768603483 {
--color-primary: #41a0e5;
--color-primary-rgb: 65, 160, 229;
--color-background: #03000a;
--color-background-rgb: 3, 0, 10;
--color-on-primary: #4d2eff;
--color-on-primary-rgb: 77, 46, 255;
--color-on-background: #070006;
--color-on-background-rgb: 7, 0, 6;
--color-product-image-background: #070006;
--color-background-brightness: 2;
background-color: var(--color-background);
color: var(--color-on-background);
/* --- Unified Styles for Primary and Developer Edition Buttons --- */
/*
  By grouping the selectors, we ensure both buttons have the
  exact same appearance and behavior.
*/
a.button[href*="developer-edition"],
.button--primary {
    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;
}

/* --- Unified Hover Effect for Both Buttons --- */
/*
  The !important flag on box-shadow is CRITICAL. It forces both buttons
  to use ONLY this shadow, overriding any extra theme styles on one of them.
*/
a.button[href*="developer-edition"]:hover,
.button--primary:hover {
    color: #fff;
    box-shadow:
        0 0 15px #4d2eff,
        0 0 40px #4d2eff !important; /* <--- THIS IS THE FIX */
}


/* --- Utility Class --- */
/* This rule remains separate as it can be applied to any button. */
.button--expand {
    width: 100%;
    display: block;
    text-align: center;
}

}
#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-primary: #4d2eff;
--color-on-primary-rgb: 77, 46, 255;
--color-on-background: #00cda7;
--color-on-background-rgb: 0, 205, 167;
--color-product-image-background: #00cda7;
--color-background-brightness: 2;
background-color: var(--color-background);
color: var(--color-on-background);

}