@font-face {
  font-family: 'Lexend';
	src: url('/fonts/Lexend-Regular.ttf');
	font-style: normal;
	font-weight: normal;
} 

@font-face {
	font-family: 'Lexend';
	src: url('/fonts/Lexend-Italic.ttf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Lexend';
	src: url('/fonts/Lexend-Bold.ttf');
	font-weight: bold;
	font-style: normal;
} 

@font-face {
	font-family: 'Lexend';
	src: url('/fonts/Lexend-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
} 


* {
	font-family:Lexend !important;
}