/*
@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaPro.eot");
    src: url("../fonts/SofiaPro.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SofiaPro.woff2") format("woff2"),
        url("../fonts/SofiaPro.woff") format("woff"),
        url("../fonts/SofiaPro.ttf") format("truetype"),
        url("../fonts/SofiaPro.svg#SofiaPro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sofia Pro";
    src: url("../fonts/SofiaPro-Medium.eot");
    src: url("../fonts/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/SofiaPro-Medium.woff2") format("woff2"),
        url("../fonts/SofiaPro-Medium.woff") format("woff"),
        url("../fonts/SofiaPro-Medium.ttf") format("truetype"),
        url("../fonts/SofiaPro-Medium.svg#SofiaPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}
    */

@font-face {
    font-family: "Proxima Nova Extra Bold";
    src: url("../fonts/proxima_nova/proxima_nova_extrabold.eot");
    src: url("../fonts/proxima_nova/proxima_nova_extrabold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/proxima_nova/proxima_nova_extrabold.woff2")
            format("woff2"),
        url("../fonts/proxima_nova/proxima_nova_extrabold.woff") format("woff"),
        url("../fonts/proxima_nova/proxima_nova_extrabold.ttf")
            format("truetype"),
        url("../fonts/proxima_nova/") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* BEGIN Light */
@font-face {
    font-family: "Roboto Light";
    src: url("../fonts/roboto/Light/Roboto-Light.woff2") format("woff2"),
        url("../fonts/roboto/Light/Roboto-Light.woff") format("woff"),
        url("../fonts/roboto/Light/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/roboto/Regular/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/roboto/Regular/Roboto-Regular.woff") format("woff"),
        url("../fonts/roboto/Regular/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* END Regular */
