@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-ExtraLight.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Light.ttf");
    font-weight: 200;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Regular.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Medium.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Bold.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-ExtraBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-Black.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: "Nunito";
    src: url("../fonts/nunito/Nunito-ExtraBold.ttf");
    font-weight: 900;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Light.otf");
    font-weight: 100;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Light.otf");
    font-weight: 200;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Light.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Bold.otf");
    font-weight: 500;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Bold.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Bold.otf");
    font-weight: 800;
}
@font-face {
    font-family: "Sons";
    src: url("../fonts/sons/Sons-Bold.otf");
    font-weight: 900;
}
@font-face {
    font-family: "Tiempos";
    src: url("../fonts/sons/JPMCTiempos-Regular.otf");
    font-weight: 400;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .button, .tab-item, input, textarea, select, option {
    font-family: 'Nunito', sans-serif;
}
.app-font {
    font-family: 'Nunito', sans-serif; !important;
}
.efeed-font body, .efeed-font h1, .efeed-font h2, .efeed-font h3, .efeed-font h4, .efeed-font h5, .efeed-font h6, .efeed-font .h1, .efeed-font .h2, .efeed-font .h3, .efeed-font .h4, .efeed-font .h5, .efeed-font .h6, .efeed-font .button, .efeed-font .tab-item, .efeed-font input, .efeed-font textarea, .efeed-font select, .efeed-font option {
    font-family: 'Sons', sans-serif;
}
.efeed-font .app-font {
    font-family: 'Sons', sans-serif; !important;
}
.jpmc-font, .efeed-font .jpmc-font, .efeed-background .jpmc-font, .efeed-font .efeed-background .jpmc-font {
    font-family: 'Tiempos', sans-serif;
}
