/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #d38b00;
	--cnvs-themecolor-rgb: 211, 139, 0;
}

/* Overriding some clashing heading styles due to modules being brought together. This has aligned the fonts. 

.emphasis-title h1 {
	font-family: Bebas Neue, sans-serif !important;
} */

/* Overriding some clashing heading styles due to modules being brought together. This has aligned the fonts. */

h1, h2, h3, h4, h5, h6, p, ol, ul, figure, small, .card-image-overlay, .card-header, .card-body {
	font-family: Arial, Helvetica, sans-serif !important;
}

/* Turning on uppercase for these headings to make them more consistent with film's logotype */
h2, h3, h4 {
	text-transform: uppercase !important;}