







:root {
    --title-font-family: 'DM Serif Display', serif !important;
    --sub-title-font-family: 'DM Serif Display', serif !important;
    --body-font-family: 'DM Sans', sans-serif !important;
}




.boxes-200c .text a {
    color: var(--g-accent-color);
    transition: all 0.5s
}
.boxes-200c .text a:hover {
    color: currentColor;
}