/* Cascade layers: load Bootstrap first, then our theme overrides */
@layer bootstrap;

/* Load Bootstrap into the lower-priority layer */
@import url('bootstrap-v5.min.css') layer(bootstrap);

/* Load our theme styles into the higher-priority layer */
@import url('custom_v1.css');


