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

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

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

@font-face {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Roboto-Bold.woff") format("woff");
}

@font-face {
    font-family: "roboto-medium";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/roboto-medium.woff") format("woff");
}

@font-face {
    font-family: "roboto-regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/roboto-regular.woff") format("woff");
}