/*******************************************************************************
 ***                                                                         ***
 ***   Use to override any other CSS styling or add new styling              ***
 ***                                                                         ***
 ***   This file will be loaded last in the CSS chain                        ***
 ***                                                                         ***
 ***   ( Remember: This Cascade Styles inherit styling defined previously)   ***
 *******************************************************************************/

<style>
@import url('https://fonts.googleapis.com/css?family=Francois+One&display=swap');
</style>

#header ul.menu > li > a, #header ul.menu > li.active > a, #header ul.menu > li:hover > a { font-family:'Francois One', sans-serif!important }
h2, h1 { font-family:'Francois One', sans-serif!important }
#header ul.menu > li > a, #header ul.menu > li > a:hover { font-family:'Francois One', sans-serif!important }
.creative-gallery-container .creative-gallery-tag.selected { display:none!important; }
.creative-gallery-container.creative-gallery-container { background-color:transparent!important; }

.module h3 span {
    font-family: sans-serif!important;
    font-weight: 400 !important;
    text-transform: uppercase;
}