@font-face {
    font-family: 'poppin';
    src: url('../font/Poppins-Light.ttf') format('truetype');
    font-weight: 100;
}  

@font-face {
    font-family: 'poppin-bold';
    src: url('../font/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
}
.poppin, .poppin a, .poppin td, .poppin ul li, .poppin ul li a, .poppin li {
	font-family: 'poppin';  
	line-height:1; 
}
.poppin-14 {
    font-family: 'poppin';
    font-size:14px !important;
    line-height:1!important;
}
.poppin-20 {
    font-family: 'poppin';
    font-size: clamp(16px, 2.5vw, 20px) !important;
    line-height:1!important;
}
.poppin-25 {
    font-family: 'poppin';
    font-size: clamp(16px, 2.5vw, 25px) !important;
    line-height:1!important;
}
.poppin-36 {
    font-family: 'poppin';
    font-size: clamp(24px, 2.5vw, 36px) !important;
    line-height:1!important;
	font-weight:600;
}
.download-card .poppin-36 {
    font-family: 'poppin';
    font-size: clamp(16px, 2.5vw, 36px) !important;
    line-height:1!important;
	font-weight:600;
}
.poppin-40 {
    font-family: 'poppin';
    font-size: clamp(24px, 2.5vw, 40px) !important;
    line-height:1.3!important;
	font-weight:600;
}
.poppin-45 {
    font-family: 'poppin';
    font-size: clamp(24px, 2.5vw, 45px) !important;
    line-height:1.3!important;
	font-weight:600;
}
.poppin-50 {
    font-family: 'poppin';
    font-size: clamp(32px, 2.5vw, 50px) !important;
    line-height:1!important;
	font-weight:600;
}
.poppin-60 {
    font-family: 'poppin';
    font-size: clamp(34px, 2.5vw, 60px) !important;
    line-height:1!important;
	font-weight:600;
}
.poppinb-14 {
    font-family: 'poppin-bold';
    font-size:14px !important;
    line-height:1!important;
	font-weight:600;
}
.poppinb-20 {
    font-family: 'poppin-bold';
    font-size:20px !important;
    line-height:1!important;
	font-weight:600;
}
.poppinb-30 {
    font-family: 'poppin-bold';
    font-size: clamp(16px, 2.5vw, 30px) !important;
    line-height:1.3 !important;
	font-weight:700;
}
.poppinb-35 {
    font-family: 'poppin-bold';
    font-size: clamp(35px, 2.5vw, 35px) !important;
    line-height:1!important;
	font-weight:700;
}
.poppinb-65 {
    font-family: 'poppin-bold';
	font-size: clamp(34px, 3.5vw, 58px) !important;
    line-height:1!important;
	font-weight:700;
}
.poppinb-70 {
    font-family: 'poppin-bold';
    font-size: clamp(34px, 2.5vw, 70px) !important;
    line-height:1!important;
	font-weight:700;
}