/**
* Theme Name: Magezix Child
* Description: This is a child theme of Magezix, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themexriver">Themexriver</a>
* Template: magezix
* Version: 1.0.7
*/
:root {
    --color-default: unset !important;
}

span {
    color: var(--color-default);
}


.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title { color:black; }
.wp-block-latest-posts__list.wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover { color:blue; }

.wp-block-categories-list.wp-block-categories li a{color:black;}
.wp-block-categories-list.wp-block-categories li a:hover{color:blue;}
.wp-block-archives-list.wp-block-archives li a{color:black;}
.wp-block-archives-list.wp-block-archives li a:hover{color:blue;}

article{font-family: var(--font-body) !important;}



