@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
}
.btn-m {
    border-radius: 12px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.btn-m {}

.btn-red {
    background-color: #EC1C23;
    color: #ffffff;
}
.btn-red:hover {
    background-color: #c31d22;

}

.btn-gray {
    background-color: #EFEFEF;
    color: #000000;
}
.btn-gray:active {
    background-color: #d4d4d4;
    color: #000000;
}


.text-10 {font-size: 10px;}
.text-11 {font-size: 11px;}
.text-12 {font-size: 12px;}
.text-13 {font-size: 13px;}
.text-14 {font-size: 14px;}
.text-15 {font-size: 15px;}
.text-16 {font-size: 16px;}
.text-17 {font-size: 17px;}
.text-18 {font-size: 18px;}
.text-19 {font-size: 19px;}
.text-20 {font-size: 20px;}
.text-21 {font-size: 21px;}
.text-22 {font-size: 22px;}
.text-24 {font-size: 24px;}
.text-28 {font-size: 28px;}
.text-30 {font-size: 30px;}
.bold {font-weight: 600;}
.semibold {font-weight: 600;}
.medium {font-weight: 500;}
.regular {font-weight: 400;}

