
/* Central repository of colors used throughout the template to define the theme */
:root {
	--app-normal-grey: #404040;
	--app-vlight-grey: #f5f5f5;
	--app-light-grey: #e7e7e7;
	--app-midlt-grey: #C0C0C0;
	--app-middle-grey: #808080;
	--app-dark-grey: #0A0A0A;
	--app-dark-lt: rgba(10, 10, 10, .25);
	--app-absolute-black: #000000;
	--app-absolute-white: #FFFFFF;
	--app-primary: #332f31;
	--app-secondary: #0074cf;
	--app-success: #00a771;
	--app-error: #BC4027;
	--app-error-lt: rgba(188, 64, 39, .25);
	--app-info: #f9b2e4;
	--app-warning: #d7d000;
	--app-hilite: rgba(251,236,93, 1);
	/* WTA COLORS */
	--wta-gold: #FFB900;
	--wta-silver: #A3A3A3;
	--wta-bronze: #AA5407;
	--wta-white: #e0e0e0;
	--wta-grandslam: rgba(61, 124, 199, 1);
	--wta-premiermandatory: rgba(66, 38, 108, 1);
	--wta-premier5: rgba(108, 76, 163, 1);
	--wta-premier: rgba(113, 61, 193, .4);
	--wta-international: rgba(190, 213, 0, 1);
	--wta-125K: rgba(208, 220, 124, 1);
	/* SURFACE COLORS */
	--surface-clay: rgba(166, 92, 46, 1);
	--surface-hard: rgba(120, 139, 233, 1);
	--surface-grass: #18b34d;
}
