@import url(../ce.css);
@import url(../roboto.css);
@import url(./jquery.css);

html {
	--rumo-home-background: none;
}
/*body {
	--rumo-home-logo: none;  -> none breaks it
	--rumo-login-logo: none;  -> none breaks it
	--rumo-main-logo: none;  -> none breaks it
}*/

/* --------------------- */
/* -------- AWC -------- */
/* --------------------- */
body {
	/* --rumo-primary-color: rgba(31, 148, 120, 1) */
	--rumo-primary-color-red: 31;
	--rumo-primary-color-green: 148;
	--rumo-primary-color-blue: 120;
	--rumo-primary-color-alpha: 1;
	--rumo-primary-color-rgb: var(--rumo-primary-color-red), var(--rumo-primary-color-green), var(--rumo-primary-color-blue);
	--rumo-primary-color: rgba(var(--rumo-primary-color-rgb), var(--rumo-primary-color-alpha));

	/* --rumo-secondary-color: rgba(255, 255, 255, 1); */
	--rumo-secondary-color-red: 255;
	--rumo-secondary-color-green: 255;
	--rumo-secondary-color-blue: 255;
	--rumo-secondary-color-alpha: 1;
	--rumo-secondary-color-rgb: var(--rumo-secondary-color-red), var(--rumo-secondary-color-green), var(--rumo-secondary-color-blue);
	--rumo-secondary-color: rgba(var(--rumo-secondary-color-rgb), var(--rumo-secondary-color-alpha));

	--rumo-inactive-background-color: rgba(230, 250, 245, 1);

	--rumo-element-text-font-weight: 400;

	/* -------------------- */
	/* ----- Elements ----- */
	/* -------------------- */

	/* ------------- */
	/* rumo-dropdown */
	/* ------------- */
	--rumo-dropdown-border-hover-color: none;

	/* ---------- */
	/* rumo-group */
	/* ---------- */
	--rumo-group-background-color: rgba(243, 243, 243, 1);

	/* --------- */
	/* rumo-tabs */
	/* --------- */
	--rumo-tabs-inactive-card-background: var(--rumo-inactive-background-color);
}