/**********************************************************************************
 * Global-Styles.css
 *
 * This file stores global styles for the website so that they can be used anywhere
 **********************************************************************************/

 :root
 {
    --TntMovieClubPrimaryColorLight : #D43F49;
    --TntMovieClubPrimaryColorDark  : #96222A;
 }

/* Page Title Styles */
main#content .page-header .entry-title
{
   color : var(--TntMovieClubPrimaryColorLight) !important;
}