:root {
	--rdo-color-brand-primary: #00703c;
	--rdo-color-brand-primary-hover: #004f2a;
	--rdo-color-brand-accent: #ffc425;
	--rdo-color-brand-accent-hover: #e1a907;
	--rdo-color-brand-on-accent: #17231a;
	--rdo-color-brand-on-primary: #fff;
	--rdo-color-text: #202020;
	--rdo-color-surface: #fff;
	--rdo-color-surface-muted: #f4f4f4;
	--rdo-color-border: #d8d8d8;
	--rdo-font-body: "Roboto Condensed", "Arial Narrow", sans-serif;
	--rdo-font-heading: "Roboto Condensed", "Arial Narrow", sans-serif;
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/roboto-condensed-v27-latin-regular.woff2") format("woff2");
}

#ue-app h4 + a {
	font-style: italic;
}

#ue-app .hover\:text-white:hover {
	color: var(--rdo-color-brand-on-accent, #17231a);
}

@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/roboto-condensed-v27-latin-700.woff2") format("woff2");
}
