/*
 * BM Custom Style — style.css
 * Base fallback styles. Main overrides are handled via
 * JS inline injection in script.js for maximum specificity.
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap');

/* Fallback base — JS will override anything the plugin fights */
.bp-messages-wrap-main,
.bp-messages-wrap-main * {
  box-sizing: border-box;
}
