/*
Theme Name: Monash
Theme URI:
Author: Monash Arts team
Author URI:
Description: Classic WordPress theme for the Monash Arts site. Hosts the static pages plus an embedded React app for the quiz.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary
Text Domain: monash
*/

/* Minimal global resets — every per-page CSS file scopes its own variables. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
