/* TITLING */
@font-face {
	font-family: 'Aleo-Bold';
	src: url('../fonts/aleo-bold.woff2') format('woff2'),
		 url('../fonts/aleo-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aleo-Regular';
	src: url('../fonts/aleo-regular.woff2') format('woff2'),
		 url('../fonts/aleo-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aleo-Light';
	src: url('../fonts/aleo-light.woff2') format('woff2'),
		 url('../fonts/aleo-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Microgramma D';
    src: url('../fonts/MicrogrammaD-BoldExt.woff2') format('woff2'),
       	 url('../fonts/MicrogrammaD-BoldExt.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*BODY TEXT SANS */
@font-face {
	font-family: 'Manrope-Regular';
	src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
		 url('../fonts/Manrope-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-Medium';
	src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
		 url('../fonts/Manrope-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-SemiBold';
	src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
		 url('../fonts/Manrope-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-Bold';
	src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
		 url('../fonts/Manrope-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Manrope-ExtraBold';
	src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
		 url('../fonts/Manrope-ExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}