/* ==========================================================================
	#Fonts
========================================================================== */

@font-face {
	font-family: 'FAM Aime';
	src: url('/ressources/css/fonts/FAMAime-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'FAM Aime';
	src: url('/ressources/css/fonts/FAMAime-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display';
    src: url('/ressources/css/fonts/NeueHaasGroteskDisplay.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('/ressources/css/fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}