:root{
    
    /* == Color Hexes == */
	--black: #000;
	--white: #fff;

	/* Module Colors & Core Design */
	--primary-color: #ED742E; /* Change this to the Primary color */
	--default-color: #121212; /* Change this to the Default color */
	--black25: #00000040;
	--darkOrange: #D66348;
	--orange: #ED742E;
	--orange-rgb: 237, 116, 46;
	--brightOrange: #FFB500;
	--orange-new: #FAAA72;
	--lightBlue: #00A0DF;
	--brightBlue: #2ea3f2;
	--darkBlue: #002856;
	--blue: #005B93;
	--green: #ADBB55;
	--peach: #F7E1CA;
	--lightPeach: #f3e9d4;
	--lightBlue: #E5F7FF;
	--red: #CC0921;
	--redNew: #ED742EE5;
	--grey: #767168;
    --greyer: #767168;
	--lighterGrey: #0000000d;
	--lightGrey: #e9e6ed;
	--midGrey: #bfbfbf;
	--red: #B12D38;

    
    /* == Font Sizes == */
	--jumboFontMax: 8.5rem; /* 85px */
	--jumboFontMin: 5.5rem; /* 55px */

    --biggestFontMax: 7.5rem; /* 75px */
	--biggestFontMin: 4.5rem; /* 45px */
	
	--bigFontMax: 5rem; /* 50px */
    --bigFontMin: 4rem; /* 40px */
	
	--mediumFontMax: 4rem; /* 40px */
    --mediumFontMin: 2.6rem; /* 24px */
    
    --smallFontMax: 3rem; /* 30px */
	--smallFontMin: 2rem; /* 20px */
	
	--smallestFontMax: 2rem; /* 20px */
	--smallestFontMin: 1.6rem; /* 16px */

	--standardFontMax: 2.5rem; /* 25px */
	--standardFontMin: 1.8rem; /* 16px */

    --navFontMax: 2rem; /* 20px */
	--navFontMin: 1.5rem; /* 15px */

    --copyFontLarge: 1.8rem; /* 18px */
	--copyFontSmall: 1.5rem; /* 15px */

    --buttonFontMax: 1.8rem; /* 16px */
	--buttonFontMin: 1.6rem; /* 12px */

    --tinyText: 1.2rem; /* 12px */

	--minion: minion-pro, serif;
	--proxima: proxima-nova, sans-serif;


}