/* main.css — Reset/base: defers entirely to gtg-site-core for typography and background */
/* Previously conflicted with body font-family and background; now only sets box-sizing */
*, *::before, *::after { box-sizing: border-box; }
