@charset "utf-8";
/* Custom Font - NOT GOOGLE*/
/*
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-regular.otf');
}
@font-face {
    font-family: 'Audimat';
    src: url('fonts/audimat-bold.otf');
    font-weight: bold;
}
*/

/* Custom Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Belgrano&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,700&display=swap');

.ui_contentTitleFont{
	font-family: 'Belgrano', serif;
	font-size: 32px!important;
}
.ui_contentFont{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px!important;
	color: #898989;
}
	@media only screen and (max-device-width: 500px){
		/*
			Description:
			 - This is  used to increase the font size of the main content area so that it can be 
			 easily read on a mobile device. This may need to be adjusted depending on the
			 font used for the main content area.
		*/
		.ui_contentFont{
	    	      font-size: 25px!important;
	    }
	}
.ui_mainFont{
	font-family: 'Belgrano', serif;
}