/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@font-face {
	font-family: 'OpenSans-Medium';
	src: url(fonts/OpenSans-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(fonts/Roboto-Regular.ttf) format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url(fonts/Roboto-Bold.ttf) format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Poppins';
	src: url(fonts/Poppins-Medium.ttf) format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'Poppins';
	src: url(fonts/Poppins-Light.ttf) format('truetype');
	font-weight: 400;
}
