/* Gravedencuentro LP — main stylesheet entry point.
   Sections are split into css/parts/*.css and pulled in here in order.
   When adding a new section, append a new @import below. */

@import url("parts/00-tokens.css");
@import url("parts/01-layers.css");
@import url("parts/02-chrome.css");
@import url("parts/03-typography.css");
@import url("parts/04-photos.css");
@import url("parts/05-hero.css");
@import url("parts/06-sections.css");
@import url("parts/07-cta-blocks.css");
