/* You can add global styles to this file, and also import other style files */
@import '../node_modules/@arrow/warpaint/prebuilt-themes/arrow-main.css';
@import '../projects/bom/core/src/theming/prebuilt/bom-main-theme';
@import '../node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css';

@font-face {
  font-family: 'bomIcomoon';
  src: url('assets/fonts/icomoon/bomIcomoon.eot');
  src: url('assets/fonts/icomoon/bomIcomoon.eot#iefix')
      format('embedded-opentype'),
    url('assets/fonts/icomoon/bomIcomoon.ttf') format('truetype'),
    url('assets/fonts/icomoon/bomIcomoon.woff') format('woff'),
    url('assets/fonts/icomoon/bomIcomoon.svg#bomIcomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}
:focus {
  outline: solid 3px #7fc1ea;
}

// Body reset
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
