@import '~office-ui-fabric-react/dist/sass/References';
@import './i18n';
@import './themeOverrides';
@import './focusBorder';
@import './semanticSlots';
@import './highContrast';

// Screen sizes that align with UHF breakpoints for the website
$uhf-screen-min-mobile: 768px;
$uhf-screen-max-mobile: ($uhf-screen-min-mobile - 1);

@mixin normalize {
  box-shadow: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
