/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&family=Bodoni+Moda:wght@400;700&display=swap');

/* Avenir */
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

/* Sabon */
@font-face {
	font-family: 'Sabon';
	src: url('../fonts/Sabon400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Sabon';
	src: url('../fonts/Sabon800.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni';
	src: url('../fonts/BodoniStd.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BodoniStdPoster';
	src: url('../fonts/BodoniStdPoster.woff2') format('woff2');
	font-style: normal;
}


