/*
 * Style for maori contact page.
 *
 * Renamed contact.css -> contact-v2.css -> contact-v3.css -> contact-v4.css:
 * this asset is served with `Cache-Control: public, max-age=31536000`
 * (1 year), so a brand-new, never-before-cached filename is needed after
 * any content change.
 *
 * v4 also fixes the @import below: it used to point at
 * "map-section.css?v=2" as an attempted cache-bust, but this site's CDN/
 * WAF rejects ANY request to a static CSS asset that has a query string
 * (confirmed via fetch: even an unrelated "?x=1" causes a hard network
 * failure, not just a stale cache hit) - so that "?v=2" was silently
 * breaking the whole import, which is why the map/button styling never
 * applied live no matter how many times the parent file was renamed.
 * Fixed by renaming the child file itself (map-section.css ->
 * map-section-v2.css) instead of query-stringing it.
 */

@import url("../includes/space.css");
@import url("../includes/map-section-v2.css");
@import url("../includes/form.css");
