/* Color Definitions */
:root {
    /* Primary Colors */
    --black: #000000;
    --white: #ffffff;
    --red: #b55656;
    --green: #69c290;
    --blue: #4579BB;
    --yellow: #fff299;

    /* Background Colors */
	--header-bg: #252525;
    --content-bg: #e0e0e0;
	--side-bar: #414141;
	--footer-bg: #000000;

    /* Text Colors */
    --main-text: #000000;
    --link-text: #ffffff;
    --header-text: #ffffff;
    --button-text: #ffffff;

	/* Forms */
    --form-bg: #e76262;
    --form-text: #ffe4e8;
    --light: #e7e7e7;


    

    /* Multi-Use Tones */
    --tone1: ;
    --tone2: ;
    --tone3: ;
    --tone4: ;
    --tone5: ;
    --tone6: ;

    /* Title Underlines */
	
	/* Shadows */
	--border-highlight: 255, 255, 255;
	--border-shadow: 0, 0, 0;
}
