/**handles:miq-fontscss**/
/*********************/
/* fonts */
/*********************/

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskBlack.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskRegular.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Semibold.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Niveau Grotesk';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskMedium.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/NiveauGroteskMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Bold.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Black.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Tungsten';
    src: url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Medium.woff2') format('woff2'),
    url('http://www.wearemiq.com/wp-content/themes/miq/fonts/Tungsten-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*/