/* Lato */
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/Lato-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

/* Heavitas */
@font-face {
	font-family: 'Heavitas';
	src: url('/fonts/Heavitas.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Heavitas';
	src: url('/fonts/Heavitas-Italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

/* Tablet Gothic Condensed */
@font-face {
	font-family: 'Tablet Gothic Condensed Extrabold';
	src: url('/fonts/TabletGothicCondensed-Extrabold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Tablet Gothic Condensed Extrabold';
	src: url('/fonts/TabletGothicCondensed-ExtraboldOblique.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
}
