/* fonts */

/*:root {
 	--fonts-path: '../fonts/';
}
*/


@font-face {
	font-family: 'Arial';
	font-display: swap;
	src: url('../fonts/arial/arial-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Comfortaa';
	font-display: swap;
	src: url('../fonts/comfortaa/comfortaa-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Constantia';
	font-display: swap;
	src: url('../fonts/constantia/constantia-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'El Messiri';
	font-display: swap;
	src: url('../fonts/el_messiri/elmessiri-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	font-display: swap;
	src: url('../fonts/lato/lato-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('../fonts/montserrat/montserrat-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Cyrl';
	font-display: swap;
	src: url('../fonts/museo_cyrl/museocyrl-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	font-display: swap;
	src: url('../fonts/nunito/nunito-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	font-display: swap;
	src: url('../fonts/open_sans/opensans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pt Sans';
	font-display: swap;
	src: url('../fonts/pt_sans/ptsans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: url('../fonts/roboto/roboto-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe Ui';
	font-display: swap;
	src: url('../fonts/segoe_ui/segoeui-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tahoma';
	font-display: swap;
	src: url('../fonts/tahoma/tahoma-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	font-display: swap;
	src: url('../fonts/ubuntu/ubuntu-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Verdana';
	font-display: swap;
	src: url('../fonts/verdana/verdana-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* fonts */
