/*Display Font*/ 
.displayFont {
   font-family: 'Cinzel', serif;
}

/*Text Font*/
.textFont {
   font-family: 'Montserrat', sans-serif;
}

