/*! Generated by Fontspring (https://www.fontspring.com) on July 17, 2017 
* 
* Fully installable fonts can be purchased at http://www.fontspring.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Fontspring. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* (c) 2010- Fontspring
*
*
*/

/* see https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight for how font-weights match up */

/* 

for example, if you want Roboto-Black, use font-weight: 900 

Available weights:

300 Light
400 Normal
600	Semi Bold
700 Bold
800 Extra Bold (no italic)

*/

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-light.woff2') format('woff2'),
         url('proximanova-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-lightit.woff2') format('woff2'),
         url('proximanova-lightit.woff') format('woff');
    font-weight: 300;
    font-style: italic;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-regular.woff2') format('woff2'),
         url('proximanova-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-regularit.woff2') format('woff2'),
         url('proximanova-regularit.woff') format('woff');
    font-weight: 400;
    font-style: italic;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-semibold.woff2') format('woff2'),
         url('proximanova-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-semiboldit.woff2') format('woff2'),
         url('proximanova-semiboldit.woff') format('woff');
    font-weight: 600;
    font-style: italic;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-bold.woff2') format('woff2'),
         url('proximanova-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-boldit.woff2') format('woff2'),
         url('proximanova-boldit.woff') format('woff');
    font-weight: 700;
    font-style: italic;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}

@font-face {
    font-display: swap;
    font-family: 'proximanova';
    src: url('proximanova-extrabold.woff2') format('woff2'),
         url('proximanova-extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;

	/* exclude U+A9,U+AE */
    unicode-range: U+0-A8, U+AA-AD, U+AF-10FFFF;
}