
@font-face {
	font-family: 'poppins-regular';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins-semibold';
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: poppins-regular;
}
.fontBold{
	font-family: poppins-semibold;
}
.fontEn{
	font-family: poppins-regular;
}
.fontEn.fontBold{
	font-family: poppins-semibold;
}
/*
body {
	font-family: 'DMsans', sans-serif;
}*/

.aboutTextBox .aboutText .title{
	line-height: 1.5;
}