/**
 * Theme Name:        JMaimo
 * Template:   twentytwentyfour
 */

.theme-dark body {
    --wp--preset--color--theme-1: var(--wp--preset--color--theme-1-dark);
    --wp--preset--color--theme-2: var(--wp--preset--color--theme-2-dark);
    --wp--preset--color--theme-3: var(--wp--preset--color--theme-3-dark);
    --wp--preset--color--theme-4: var(--wp--preset--color--theme-4-dark);
    --wp--preset--color--theme-5: var(--wp--preset--color--theme-5-dark);
    --wp--preset--color--theme-6: var(--wp--preset--color--theme-6-dark);}

@media (max-width:718px){
 header{
padding-top:2rem;
padding-bottom:2rem;
 margin-bottom:2rem;
}
}