/*
 * Scoping layer between the Alina theme (Bootstrap 5) and the still-MUI-based
 * pages that haven't been converted yet. MUI's <CssBaseline /> sets element-level
 * resets (body font-family/background/color) globally; Bootstrap/Alina classes
 * already win specificity fights against those, but body-inherited properties
 * need an explicit override scoped to the converted subtree.
 */
.alina-ui {
  font-family: 'Lexend Deca', sans-serif;
}

.alina-ui * {
  box-sizing: border-box;
}
