/* ===============================================
   LOVELY KIDS CLUB — MASTER STYLESHEET
   This file loads all modular CSS layers in order
   =============================================== */

/* 1️⃣ Global design tokens & CSS variables */
@import url('variables.css');

/* 2️⃣ Base styles, resets, fonts, utilities */
@import url('base.css');

/* 3️⃣ Layout system: grids, containers, structure */
@import url('layout.css');

/* 4️⃣ Section components: hero, offers, MV, why,
      join, footer, modal — visual styling */
@import url('sections.css');
