/*****************************************************
 NUNTIUS EDITORIAL
*****************************************************/

:root{

--nuntius-blue:#18345E;
--nuntius-gold:#C7A55B;
--nuntius-ivory:#F7F3EB;
--nuntius-border:#E7E2D8;
--nuntius-text:#222;
--nuntius-light:#666;

}

/****************************************************/

body{

background:#faf9f6;

color:var(--nuntius-text);

}

/****************************************************/

.ce-news-category{

background:var(--nuntius-gold)!important;

color:#fff!important;

}

/****************************************************/

.ce-most-read-list a:hover{

color:var(--nuntius-blue)!important;

}

/****************************************************/

.ce-section-more{

color:var(--nuntius-blue)!important;

}

.ce-section-more:hover{

color:var(--nuntius-gold)!important;

}

/****************************************************/

.ce-widget-title{

font-family:Georgia,serif;

color:var(--nuntius-blue);

}

/****************************************************/

.ce-news-title a:hover{

color:var(--nuntius-blue)!important;

}

/****************************************************/

.ce-news-card{

border-color:var(--nuntius-border);

}

