/* Global entry point. Section styles load on demand through each manifest. */
@import "./foundation/index.css";
@import "./layout/index.css";
@import "./components/preloader.css";

/* Isolate editorial copy from gob.mx's global justified-paragraph rule. */
#app :where(.oradores, .gallery, .voces, .ceremonia, .boletin) :where(p, blockquote) {
    text-align: left;
}
