/*
Theme Name: Silver Capital TX - Kaya child theme
Author: Anphira, LLC
Template: kaya
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaya
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Silver Capital TX Specific Constants
# Typography
# Elements
# Forms
# Header
# Footer
--------------------------------------------------------------*/

/*******************
 * 
 * Silver Capital TX Specific Constants
 * 
 *******************/
:root {
	--text-color: #111;
	--link-color: #3129d6;
	--silvercap-light-grey: #f6f6f6;
	--silvercap-white: #fff;
	--silvercap-red: #D02B2B;
	--silvercap-black: #111;
	--silvercap-light-red: #DB7676;
	--silvercap-dark-red: #ab1010;
	--silvercap-body-font: 'Special Gothic', Verdana, serif;
	--silvercap-heading-font: 'Special Gothic', Verdana, serif;
}








/*******************
 * 
 * Typography
 * 
 *******************/

@font-face {
	font-family: 'Special Gothic';
	src:  url('/wp-content/themes/kaya-child/SpecialGothic.ttf') format('truetype');
    font-weight: 100-900;
	font-display: swap;
}





/*******************
 * 
 * Elements
 * 
 *******************/
.white-box {
	padding: 20px 30px 10px !important;
}
@media (max-width: 767px) {
	.white-box {
		padding: 10px !important;
	}
}
.red-text,
.red-text p {
	color: var(--silvercap-red) !important;
}






/*******************
 * 
 * Forms
 * 
 *******************/







/*******************
 * 
 * Header
 * 
 *******************/







/*******************
 * 
 * Footer
 * 
 *******************/