@font-face {
    font-family: 'LIBRARY 3 AM soft';
    src: url('/static/fonts/LIBRARY3AMsoft.woff2') format('woff2'),
        url('/static/fonts/LIBRARY3AMsoft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.gradOpacity20 {
    background: linear-gradient(to right, rgba(79, 70, 229, 0.2), rgba(40, 148, 236, 0.2));
}

.AicoraGrad10 {
    background: linear-gradient(to right, rgba(79, 70, 229, 0.1) 0%, rgba(40, 148, 236, 0.1) 100%);
}

.AicoraGrad {
    background: linear-gradient(to right, rgba(79, 70, 229, 1) 0%, rgba(40, 148, 236, 1) 100%);
}

.neonShadow {
    --interval: 1s;
    filter: saturate(100%);
    border: 1px solid rgb(225, 241, 255);
    box-shadow: 0 0 4px 0 rgba(225, 241, 255, 0.8) inset, 0 0 4px 0 rgba(225, 241, 255, 0.8), 0 0 8px 0 rgba(40, 148, 236, 0.5) inset, 0 0 12px 0 rgba(40, 148, 236, 0.5), 0 0 24px 0 rgba(68, 91, 231, 0.5) inset, 0 0 24px 0 rgba(68, 91, 231, 0.5), 0 0 40px 0 rgba(79, 70, 229, 0.5) inset, 0 0 40px 0 rgba(79, 70, 229, 0.5);
    filter: saturate(50%);
    will-change: filter, color, opacity;
    animation: flicker1 steps(100) var(--interval) 1s infinite;
}
@keyframes flicker1 {
    50% {
        color: rgb(225, 241, 255);
        filter: saturate(110%) hue-rotate(10deg);
    }
}

.textColor {
    color: #F1F3F5
}

.bacgroundColor {
    background: #181818
}

.bacgroundColorPricingCard {
    background: rgba(0, 123, 255, 0.15);
}

.accentText {
    --interval: 1s;
    font-family: 'LIBRARY 3 AM soft', sans-serif;
    color: rgb(225, 241, 255);
    text-shadow: 0 0 2px rgb(194, 228, 255), 0 0 12px rgb(40, 148, 236), 0 0 24px rgb(68, 91, 231), 0 0 80px rgb(79, 70, 229);
    filter: saturate(30%);
    will-change: filter, color, opacity;
    animation: flicker steps(100) var(--interval) 0.5s infinite;
}

@keyframes flicker {
    50% {
        color: rgb(225, 241, 255);
        filter: saturate(150%) hue-rotate(10deg);
    }
}

.accentText2 {
    color: #4F46E5;
}

.grey {
    background: #4A4A4A;
}

.gradOpacity50 {
    background: linear-gradient(to right, rgba(79, 70, 229, 0.5) 0%, rgba(40, 148, 236, 0.5) 100%);
}

.gradSidebar {
    background: linear-gradient(to right, rgba(79, 70, 229, 1) 0%, rgba(40, 148, 236, 1) 100%);
}