/* Proxima Nova Font Family */

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/proximanova-regular-webfont.eot');
    src: url('/fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proxima-nova/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proxima-nova/proximanova-regular-webfont.ttf') format('truetype'),
         url('/fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Semibold.eot');
    src: url('/fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
         url('/fonts/proxima-nova/ProximaNova-Semibold.ttf') format('truetype'),
         url('/fonts/proxima-nova/ProximaNova-Semibold.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ---- Additional weights (OTF) ------------------------------------------ */
/* NOTE: the family has no "Medium" (500) face; 500 falls back to 400. */

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Italics */
@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-ExtraboldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/fonts/proxima-nova/ProximaNova-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
