@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');

@font-face {
	font-family: 'DIN Light';
	src: url("../fonts/DIN-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'DIN Medium';
	src: url("../fonts/DIN-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'DIN Regular';
	src: url("../fonts/DIN-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Addington';
	src: url("../fonts/AddingtonCF-RegularItalic.otf") format("opentype");
	font-style: italic;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Abadi Light';
	src: url("../fonts/Abadi_MT_Pro_Light.otf") format("opentype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Abadi Italic';
	src: url("../fonts/Abadi_MT_Pro_Light_Italic.otf") format("opentype");
	font-style: italic;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Avenir Light';
	src: url("../fonts/AvenirLTProLight.otf") format("opentype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Avenir Italic';
	src: url("../fonts/AvenirLTProLightOblique.otf") format("opentype");
	font-style: italic;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Avenir Medium';
	src: url("../fonts/AvenirLTProMedium.otf") format("opentype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Avenir Book';
	src: url("../fonts/AvenirLTProBook.otf") format("opentype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Hoefler';
	src: url("../fonts/Hoefler-Text-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Instruction';
	src: url("../fonts/Instruction.otf") format("opentype");
	font-style: normal;
	font-weight: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Instruction Bold';
	src: url("../fonts/Instruction-Bold.otf") format("opentype");
	font-style: normal;
	font-weight: bold;
	font-display: fallback;
}

@font-face {
	font-family: 'Instruction Italic';
	src: url("../fonts/Instruction-Italic.otf") format("opentype");
	font-style: italic;
	font-weight: normal;
	font-display: fallback;
}
