@font-face {
    font-family: "CushyRegular";
    src: url('webFonts/CushyRegular/font.woff2') format('woff2'), url('webFonts/CushyRegular/font.woff') format('woff');
}

.CushyRegular {
    font-family: CushyRegular;
}

.scale-90 {
    scale: 0.9;
}

.scale-80 {
    scale: 0.8;
}

.scale-70 {
    scale: 0.7;
}

.scale-60 {
    scale: 0.6;
}

.width-100 {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
}

.width-100:hover {
    background-color: rgb(38, 40, 107);
}

* {
    scroll-behavior: smooth;
    
}
body{
    overflow-x: hidden;
}

.hide-scroll-bar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scroll-bar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for smooth experience */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}