@font-face {
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Light';
    src: url("Proxima-Nova-Light.woff") format("woff"),
         url("Proxima-Nova-Light.woff2") format("woff2"),
         url("Proxima-Nova-Light.otf") format("otf");

}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("Proxima-Nova-Reg.woff") format("woff"),
         url("Proxima-Nova-Reg.woff") format("woff2"),
         url("Proxima-Nova-Reg.otf") format("otf");
}

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