html {
    scroll-behavior: smooth;
}
.poppins{
    font-family: 'Poppins', sans-serif;
}
.josefin{
    font-family: 'Josefin Sans', sans-serif;
}
*{
    font-family: 'Poppins', sans-serif;
    -ms-overflow-style: auto;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noSelect:focus {
    outline: none !important;
}

.btn{
    padding: 10px;
    color: white;
}



.bg-sky{
    background-color: #2583e6;
}

.bg-violet{
    background-color: #3d2dd9;
}

.bg-cyan{
    background-color: #00d7ff
}

.text-sky{
    color: #2583e6;
}

.text-violet{
    color: #3d2dd9;
}

.text-cyan{
    color: #00d7ff
}

.poly{
    width: 31px;
    height: 31px;
    /* UI Properties */
    background: var(--unnamed-color-2583e6) 0% 0% no-repeat padding-box;
    background: #2583E6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bg-gold{
    background-color: #F9BA2E;
}
.bg-violet{
    background-color: #3d2dd9;
}

.bg-platinum{
    background-color: #3186AD;
}

.bg-diamond{
    background-color: #82ADB7;
}

.text-gold{
    color: #F9BA2E;
}

.text-platinum{
    color: #3186AD;
}

.text-diamond{
    color: #82ADB7;
}

.border-sky{
    border: 1px solid #2583e6;
}

.border-gold{
    border: 1px solid #F9BA2E;
}

.border-platinum{
    border: 1px solid #3186AD;
}

.border-diamond{
    border: 1px solid #82ADB7;
}

.bg-platinum-100{
    background-color: #E1F1F5
}


.border-l-10{
    border-left: 10px solid #0155FF;
}


.text-darkblue{
    color: #22224B
}