/**
 * Utility classes for the theme
 *
 * WordPress features it's own utility classes, but we add some more here.
 */

 @media screen and (max-width: 640px) {
    .stack-on-mobile {
        flex-direction: column;
    }
}

body.site-label-interieur,
body.site-label-innovatie .editor-styles-wrapper {
	--wp--preset--color--primary: #f9b000 !important;
}

body.site-label-powered-by,
body.site-label-powered-by .editor-styles-wrapper {
	--wp--preset--color--primary: #676c6f !important;
}

body.site-label-rd,
body.site-label-rd .editor-styles-wrapper {
	--wp--preset--color--primary: #e8412b !important;
}