/* ============================================
   Customer Layout — Base styles for all
   customer-facing plugin pages.
   ============================================ */

/* ============================================
   Font Override
   The active theme applies Roboto with high-
   specificity selectors and !important rules.
   Using body prefix + * selector to outrank
   any theme rule, then restore icon font.
   ============================================ */

body .bim-customer-dashboard-wrapper,
body .bim-order-form-wrapper,
body .bim-banner-section {
    font-family: var(--bim-font) !important;
}

body .bim-customer-dashboard-wrapper *,
body .bim-order-form-wrapper *,
body .bim-banner-section * {
    font-family: var(--bim-font) !important;
}

/* Restore Material Symbols icon font */
body .bim-customer-dashboard-wrapper .material-symbols-outlined,
body .bim-order-form-wrapper .material-symbols-outlined,
body .bim-banner-section .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}
