/* ========================================
   GoBaan Frontend CSS Architecture
======================================== */
/*
  Keep this file as the stable public entry point for all frontend pages.
  Edit the imported partials by concern so future style changes stay easy to find.
*/

@import url("./variables.css");
@import url("./base.css");
@import url("./layout.css");
@import url("./typography.css");
@import url("./components.css");
@import url("./utilities.css");
@import url("./pages.css");
@import url("./responsive.css");
@import url("./consent.css");
