@font-face {
    font-family: 'inter';
    src: url('../font/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 100;
}  

@font-face {
    font-family: 'inter-bold';
    src: url('../font/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: bold;
} 
 .info-text {
	font-family: 'inter'; 
	font-size: 14px;
	color: #777676;
	margin-bottom: 15px;
}
.btn-gray {
	background-color: white;
	color: #000;
	padding: 6px 6px;
	border-radius: 20px;
	font-family: 'inter'; 
	font-size: 12px;
	border: 1px solid #000;
	transition: all 0.3s ease;
}
.inter, .inter a, .inter td, .inter ul li, .inter ul li a, .inter li {
	font-family: 'inter';  
	line-height:1; 
}
.inter-14 {
    font-family: 'inter';
    font-size:14px !important;
    line-height:1!important;
}
.inter-16 {
    font-family: 'inter';
    font-size:16px !important;
    line-height:1!important;
}
.inter-20 {
    font-family: 'inter';
    font-size:20px !important;
    line-height:1!important;
}
.inter-25 {
    font-family: 'inter';
    font-size: clamp(20px, 2.5vw, 20px) !important;
    line-height:1!important;
}
.inter-20 {
    font-family: 'inter';
    font-size:20px !important;
    line-height:1!important;
}
.interb-12 {
    font-family: 'inter-bold';
    font-size:12px !important;
    line-height:1!important;
	font-weight:600;
}
.interb-14 {
    font-family: 'inter-bold';
    font-size:14px !important;
    line-height:1!important;
	font-weight:600;
}
.interb-16 {
    font-family: 'inter-bold';
    font-size:16px !important;
    line-height:1!important;
	font-weight:600;
}
.interb-20 {
    font-family: 'inter-bold';
    font-size:20px !important;
    line-height:1!important;
	font-weight:600;
}
.interb-25 {
    font-family: 'inter-bold';
    font-size: clamp(20px, 2.5vw, 25px) !important;
    line-height:1!important;
	font-weight:600;
}
.interb-30 {
    font-family: 'inter-bold';
    font-size: clamp(30px, 2.5vw, 30px) !important;
    line-height:1!important;
	font-weight:600;
}