/*
    FOR UPDATING FONTS
*/
/* CSS Document */
@font-face {
font-family: "ProximaNova";
src: url("./fonts/ProximaNova-Regular.otf");
src: url("./fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
font-family: "Georgia";
src: url("./fonts/Georgia_Pro-Regular.otf");
src: url("./fonts/Georgia_Pro-Regular.otf") format("opentype");
}
.ssfont {
    font-family: "ProximaNova", Helvetica, Arial, sans-serif !important;
}
.fgfont {
    font-family: "ProximaNova", sans-serif !important;
    font-style: normal;
    font-weight: 700;
}
.fgfontreg {
    font-family: "ProximaNova", sans-serif !important;
    font-style: normal;
}
.font-weight-100 {
    font-weight:100;
}
.font-weight-700 {
    font-weight: 700;
}
.italics {
    font-style:italic;
}
.font-size-em-1-5 {
    font-size: 1.5em;
}

.font-size-em-1-2 {
    font-size: 1.2em;
}

li.font-size-em-1-5 {
    font-size: 1.5em;
}

li.font-size-em-1-2 {
    font-size: 1.2em;
}
.bold {
    font-weight: bold;
}

/*FOR TIGHTENING HEADER*/
.help-nav-font-size {
    font-size: .75em;
}