/*
 * qore-zeq.css — Zeq-flavoured qore overrides.
 *
 * The original file was missing from the public directory, which caused
 * the SPA 404 HTML to be served in its place. With strict MIME checking,
 * browsers refuse to apply that as a stylesheet ("Refused to apply style
 * from … because its MIME type ('text/html') is not a supported
 * stylesheet MIME type"). This stub stops the 404 and gives Express a
 * real text/css response.
 *
 * The actual qore-on-zeq style overrides live in page-extras.css, which
 * carries `!important` declarations for cascade safety against this very
 * file's absence. So this file can stay empty — the rendered pages still
 * pick up the right look from style.css + page-extras.css + qore/styles.css.
 *
 * If/when bespoke qore-zeq overrides are needed (qz-hero-inner cap,
 * equation-ticker spacing, etc.), they belong here, not in page-extras.
 */

/* No declarations — the cascade above handles everything currently. */
