/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #CB7834;
	--cnvs-themecolor-rgb: 203, 120, 52;
}

.t-rotate {
	font-family: 'Roboto Slab', serif !important; /* Use Roboto Slab Light */
    font-weight: 200 !important; /* Light weight */
    color: #CB7834; /* Replace #FF5733 with your desired color */
}

.altair-text-gold-serif {
	font-family: 'Roboto Slab', serif !important; /* Apply Roboto Slab */
	font-weight: 400 !important; /* Adjust weight: 200, 300, 400, 500, or 700 based on preference */
	color: #CB7834 !important; /* Replace with your desired color */
}
	
.altair-text-blue-serif {
	font-family: 'Roboto Slab', serif !important; /* Apply Roboto Slab */
	font-weight: 400 !important; /* Adjust weight: 200, 300, 400, 500, or 700 based on preference */
	color: #12065C !important; /* Replace with your desired color */
}

.altair-text-gold {
	font-family: 'Raleway', sans-serif !important; /* Apply Roboto Slab */
	font-weight: 400 !important; /* Adjust weight: 200, 300, 400, 500, or 700 based on preference */
	color: #CB7834 !important; /* Replace with your desired color */
}
	
.altair-text-blue {
	font-family: 'Raleway', sans-serif !important; /* Apply Roboto Slab */
	font-weight: 400 !important; /* Adjust weight: 200, 300, 400, 500, or 700 based on preference */
	color: #12065C !important; /* Replace with your desired color */
}

/* Darken input text and placeholder color */
.form-widget input[type="text"],
.form-widget input[type="email"],
.form-widget input[type="tel"],
.form-widget textarea {
    color: #12065C; /* Set text color to dark */
    font-family: 'Raleway', sans-serif; /* Apply your preferred font */
	font-weight: 400;
}

.form-widget input::placeholder,
.form-widget textarea::placeholder {
    color: #CB7834; /* Darken placeholder color */
	font-family: 'Raleway', sans-serif; /* Apply your preferred font */
	font-weight: 400;
}

/* Optional: Adjust form labels if any */
.form-widget label {
    color: #333; /* Set label text color */
}

#footer {
    background: linear-gradient(to top, rgba(248, 232, 210, 0.90), rgba(230, 235, 255, 0.90));
    color: #12065C !important; /* Set text color with higher specificity */
}

#footer * {
    color: #12065C !important; /* Apply text color to all elements inside footer */
}

#footer a {
    color: #CB7834 !important; /* Set link color */
}

#footer a:hover {
    color: #ff9900 !important; /* Set hover color for links */
}
