/*
 Theme Name: Zino Child
 Template: zino
*/
/* GLOBAL DARK MODE OVERRIDE */
html, body {
    background: #000 !important;
    color: #fff !important;
}

/* Force all blocks to inherit white text unless manually styled */
body * {
    color: #fff !important;
    background-color: transparent !important;
}

/* Override Zino's theme.json accent color */
:root,
body,
.wp-site-blocks,
.wp-block {
    --wp--preset--color--primary: #fff !important;
    --wp--preset--color--secondary: #fff !important;
    --wp--preset--color--foreground: #fff !important;
    --wp--preset--color--background: #000 !important;
    --wp--preset--color--contrast: #fff !important;
}

/* Links default to white unless manually styled */
a {
    color: #fff !important;
}

/* Optional: neon green only when you explicitly choose it */
.neon {
    color: #00ff00 !important;
}
