



/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@400&display=swap');

.company-name {
      font-family: 'Sofia Sans Extra Condensed', sans-serif !important;
    font-weight: 300 !important;
  text-shadow: none !important;
}


.day {
 font-family: 'Poppins'!important;
    font-weight: 300 !important;
}

.time {
 font-family: 'Poppins'!important;
    font-weight: 300 !important;
}

.title-section {
 font-family: 'Sofia Sans Extra Condensed'!important;
    font-weight: 300 !important;
}
 
.title-main {
 font-family: 'Sofia Sans Extra Condensed'!important;
}

#main-buttons {
 font-family: 'Poppins'!important;
    font-weight: 300 !important;
  text-shadow: none !important;
}


 #events h3   {
	 font-family: 'Sofia Sans Extra Condensed'!important;
    font-weight: 300 !important;
}




#start_date-block-container .zend_form dt, 
#start_date-block-container .zend_form dt b, 
#start_date-block-container .zend_form dd label {
    font-family: Poppins, sans-serif !important;
    font-weight: normal !important;
}
