<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Valores de variables que se propagan por todos los CSS */

:root {

	--background: #f5f5f5;
	--primary-color: #b10e2c;
	--secondary-color: #f04564;
	--menu-off: #a49a94;
	--menu-on: #b10e2c;
	--border-color: #f0f0f0;

	--text-color: #5b473e;
	--text-gris: #5b473e;
	--text-gris2: #a49a94;
	--text-gris3: #0d0d0d;
	--text-actividad-slot: #4a4a4a;
	--margin-bottom: 30px;

	--background-objetivos: rgba(238, 237, 232, .5);
	--background-resources-gray: #F5F5F5;
	--background-resources-gray2: #e6e6e6;
	--background-resources-color: #eeede8;
	--background-actividades: #eeede8;
	--background-act-slot: #ffffff;
	--background-act-slot-hover: #efccce;

	--resources-color: #b10e2c;
	--resources-accent: #f04564;
	--resources-aux: #f04564;
	--resources-aux2: #88071f;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
}
</pre></body></html>