/*
Theme Name: Themify Ultra Child
Description: Themify Ultra Child Theme
Author: Titch Taylor (copyright subsists)
Version: 1.0.4:08-Aug-2020CH
Template: themify-ultra
*/

/* Add custom CSS in sections below */

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
body {
	font-family: Arial,"Open Sans",sans-serif; /* Default fonts */
	line-height: 1.5em; /* theme default 1.85 */
	font-size: 1em; /* theme default 1.0 */
	color: rgba(127,127,127,1); /* Grey - theme default Grey #666 */
	}

/* Include Andre's kak font */
@font-face {
	font-family: 'NasalReg';
	src: url('../../reng-fonts/nasalization-rg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

/* Set main page*/
#site-logo {
	font-family: 'NasalReg',Arial,sans-serif;
	color: #cc0000; /* Red */
}

#footer-logo {
	font-family: 'NasalReg',Arial,sans-serif;
	color: #cc0000; /* Red */
}

/* Main Page */
.ch-ucon h1{
	font-family: 'NasalReg',Arial,sans-serif;
	font-size: 30px;
	color: #cc0000;
}
.ch-ucon p{
	font-family: Arial,"Open Sans",sans-serif;
	font-size: 20px;
	color: #cc0000;
}
