@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400&display=swap');

/* ############################# */
            /* font*/
/* ############################# */
body{
    font-family: 'Kanit', sans-serif;
    background-color: #F3F3F3;
}
/* ############################# */
            /* color*/
/* ############################# */
.bg-main{
    background: #EA2030 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* ############################# */
            /* card-box*/
/* ############################# */
.card{
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ############################# */
            /* button*/
/* ############################# */
.custom-btn{
    cursor: pointer;
}
.custom-btn:active{

    transform: translateY(-4px);
}