// * Host Grotesk Fonts *
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
}
// @font-face {
//     font-family: 'Host Grotesk';
//     src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-LightItalic.ttf) format('truetype');
//     font-weight: 300;
//     font-style: italic;
// }
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
}
// @font-face {
//     font-family: 'Host Grotesk';
//     src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-MediumItalic.ttf) format('truetype');
//     font-weight: 500;
//     font-style: italic;
// }
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
}
// @font-face {
//     font-family: 'Host Grotesk';
//     src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-SemiBoldItalic.ttf) format('truetype');
//     font-weight: 600;
//     font-style: italic;
// }
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
}
// @font-face {
//     font-family: 'Host Grotesk';
//     src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-BoldItalic.ttf) format('truetype');
//     font-weight: 700;
//     font-style: italic;
// }
@font-face {
font-family: 'Host Grotesk';
src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-ExtraBold.ttf) format('truetype');
font-weight: 800;
font-style: normal;
}
// @font-face {
//     font-family: 'Host Grotesk';
//     src: url(//www.migration-in-zahlen.de/wp-content/themes/MIZ/assets/fonts/HostGrotesk-ExtraBoldItalic.ttf) format('truetype');
//     font-weight: 800;
//     font-style: italic;
// }
* Usage Example *
body {
font-family: 'Host Grotesk', sans-serif;
}