@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Thin.woff") format('woff'),
            url("./ProximaNova-Thin.woff2") format('woff2'),
            url("./ProximaNova-Thin.ttf")  format('truetype');
    font-weight: 100;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Light.woff") format('woff'),
            url("./ProximaNova-Light.woff2") format('woff2'),
            url("./ProximaNova-Light.ttf")  format('truetype');
    font-weight: 300;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Reg.woff") format('woff'),
            url("./ProximaNova-Reg.woff2") format('woff2'),
            url("./ProximaNova-Reg.ttf")  format('truetype');
    font-weight: 400;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Sbold.woff") format('woff'),
            url("./ProximaNova-Sbold.woff2") format('woff2'),
            url("./ProximaNova-Sbold.ttf")  format('truetype');
    font-weight: 600;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Bold.woff") format('woff'),
            url("./ProximaNova-Bold.woff2") format('woff2'),
            url("./ProximaNova-Bold.ttf")  format('truetype');
    font-weight: 700;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Xbold.woff") format('woff'),
            url("./ProximaNova-Xbold.woff2") format('woff2'),
            url("./ProximaNova-Xbold.ttf")  format('truetype');
    font-weight: 800;
    font-style:  normal;
    font-display: swap;
}

@font-face
{
    font-family: "Proxima Nova";
    src:    url("./ProximaNova-Black.woff") format('woff'),
            url("./ProximaNova-Black.woff2") format('woff2'),
            url("./ProximaNova-Black.ttf")  format('truetype');
    font-weight: 900;
    font-style:  normal;
    font-display: swap;
}
