/**
 * gdj_peletron - colour preset "genius" (Periodico Eletronico brand).
 *
 * Extracted from periodicoeletronico.com.br: navy primary, teal accent,
 * slate text on light backgrounds. This is the default preset; switch to
 * "custom" in the template style to drive colours from the colour pickers.
 */
:root {
	--gdj-primary: #213360;
	--gdj-primary-dark: #1d2d55;
	--gdj-accent: #21cdc0;
	--gdj-accent-dark: #1aa197;
	--gdj-text: #253035;
	--gdj-heading: #1d2d55;
	--gdj-link: #5e8abd;
	--gdj-muted: #f7f7f7;
}
