:root {
	--teh-blue: #1E3A8D;
	--teh-orange: #FAA701;
}

.teh-blue { color: var(--teh-blue);}
.teh-orange { color: var(--teh-orange);}
