

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

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

/* font-family: "ProximaNovaRegular"; */

@font-face {
    font-family: "ProximaNovaRegular";
    src: url("fonts/Proxima/ProximaNova-Regular.woff2") format("woff2"),
        url("fonts/Proxima/ProximaNova-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* font-family: "ProximaNovaSemibold"; */
@font-face {
    font-family: "ProximaNovaSemibold";
    src: url("fonts/Proxima/ProximaNova-Semibold.woff2") format("woff2"),
        url("fonts/Proxima/ProximaNova-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

/* font-family: "ProximaNovaExtrabold"; */
@font-face {
    font-family: "ProximaNovaExtrabold";
    src: url("fonts/Proxima/ProximaNova-Extrabld.woff2") format("woff2"),
        url("fonts/Proxima/ProximaNova-Extrabld.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "ProximaNovaSoft-Semibold";
    src: url("fonts/ProximaNovaSoft/ProximaNovaSoft-Semibold.otf");
    font-display: swap;
}

@font-face {
    font-family: "ProximaNovaSoft-Semibold";
    src: url("fonts/ProximaNovaSoft/ProximaNovaSoft-Regular.otf");
    font-display: swap;
}

/* font-family: "AvenirNextCondensed"; */
@font-face {
    font-family: "Avenir";
    src: url("fonts/AvenirNext-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "AvenirRegular";
    src: url("fonts/AvenirNextLTPro-Regular.otf");
    font-display: swap;
}

@font-face {
    font-family: "AvenirBold";
    src: url("fonts/AvenirNextLTPro-Bold.otf");
    font-display: swap;
}