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