/**
 * @license
 * MyFonts Webfont Build ID 4190212, 2021-10-05T02:20:11-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 * Webfont: ProximaNova-Semibold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/
 *
 * Webfont: ProximaNova-Extrabld by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/extrabld/
 *
 *
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ff004");

@font-face {
    font-family:"proxima-nova";
    src: url('webFonts/ProximaNovaLight/font.woff2') format('woff2'), url('webFonts/ProximaNovaLight/font.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family:"proxima-nova";
    src: url('webFonts/ProximaNovaSemibold/font.woff2') format('woff2'), url('webFonts/ProximaNovaSemibold/font.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family:"proxima-nova";
    src: url('webFonts/ProximaNovaExtrabld/font.woff2') format('woff2'), url('webFonts/ProximaNovaExtrabld/font.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

