/* Chroma ST Light */
@font-face {
    font-family: 'Chroma ST';
    src: url('/images/assets/fonts/ChromaST-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Chroma ST Regular */
@font-face {
    font-family: 'Chroma ST';
    src: url('/images/assets/fonts/ChromaST-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Chroma ST Medium */
@font-face {
    font-family: 'Chroma ST';
    src: url('/images/assets/fonts/ChromaST-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Chroma ST Bold */
@font-face {
    font-family: 'Chroma ST';
    src: url('/images/assets/fonts/ChromaST-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Chroma ST Black */
@font-face {
    font-family: 'Chroma ST';
    src: url('/images/assets/fonts/ChromaST-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
  background-color: #f4f4f4 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Chroma ST', sans-serif !important;
    font-weight: 900; /* Black */
}

#sp-header {
    background: none !important;
    box-shadow: none !important;
}

#section-id-47ddb91c-5505-4ed4-9db8-ca9d99415d9d {
    height: 70px !important;
    width: 1200px !important;
    max-width: 1200px !important;
    margin: auto !important;
    z-index: 9999 !important;
    border-radius: 0px 0px 20px 20px !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3) !important;
    animation: spFadeIn 0.5s !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-left: 5px solid rgba(255, 255, 255, .1) !important;
    border-right: 5px solid rgba(255, 255, 255, .1) !important;
    border-bottom: 5px solid rgba(255, 255, 255, .1) !important;
    box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1);
    overflow: hidden !important;
}