body {
    --color-accent: #fcaf01;
    --color-accent-125: #fcaf0130;
    --color-accent-15: #fcaf0126;
    --color-accent-25: #fcaf0140;
    --color-accent-50: #fcaf0180;
    --color-accent-75: #fcaf01C0;
}

.overlay-dark:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 0;
    display: none;
}

.badge-accent-blured {
    background: var(--color-accent-125);
    /* color: var(--color-accent); */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    transition: .2s ease all;
    display: none;
}

.badge-accent {
    background: #00000040;
    color: #FFF;
    transition: .2s ease all;
}