@font-face {
    font-family: "TheGroupHEAD-Light.woff";
    font-style: normal;
    font-weight: normal;
    src: url("/faces/jakarta.faces.resource/fonts/TheGroupHEAD-Light.woff") format("woff");
}

@font-face {
    font-family:"TheGroupTEXT-Regular";
    font-style:normal;
    font-weight:normal;
    src: url("/faces/jakarta.faces.resource/fonts/TheGroupTEXT-Regular.woff") format("woff");
}

@font-face {
    font-family:"TheGroupTEXT-Bold";
    font-style:normal;
    font-weight:normal;
    src: url("/faces/jakarta.faces.resource/fonts/TheGroupTEXT-Bold.woff") format("woff");
}

/*
    Default font for all text
 */
* {
    font-family: "TheGroupTEXT-Regular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

/*
    Font for header elements should be Serif
 */
h1 {
    font-family: "TheGroupHEAD-Light.woff",Georgia,Cambria,"Times New Roman",Times,serif;
	font-size: 48px !important;
}

h2 {
    font-family: "TheGroupHEAD-Light.woff",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 40px !important;
}

h3 {
    font-family: "TheGroupHEAD-Light.woff",Georgia,Cambria,"Times New Roman",Times,serif;
        font-size: 32px !important;
}

h4 {
    font-family: "TheGroupHEAD-Light.woff",Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 	26px  !important;
}

.ui-menuitem-text {
    font-family: "TheGroupTEXT-Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}