/* Valores de variables que se propagan por todos los CSS */

:root {

	--background: #d6dbdf;
	--primary-color: #30715d;
	--secondary-color: #1f5e4a;
	--menu-off: white;
	--menu-on: white;
	--border-color: #f0f0f0;

	--text-color: #656666;
	--text-gris: #ABABAB;
	--text-gris2: #4A4A4A;
	--text-gris3: #1a1a1a;
	--margin-bottom: 30px;

	--background-objetivos: #f3f7f2;
	--background-resources-gray: #F5F5F5;
	--background-resources-color: #f3f7f2;
	--background-actividades: #f3f7f2;
	--background-act-slot: white;
	--background-act-slot-hover: white;

	--resources-color: #30715d;
	--resources-accent: #1f5e4a;
	--resources-aux: #f3f7f2;
	--resources-aux2: #f3f7f2;
}

body {
	font-family: 'Arial', sans-serif;
	font-weight: 100;
}
