@font-face {
  font-family: boschsans-light;
  font-weight: 200;
  font-style: normal;
  src: url('../fonts/boschsans-light.woff2') format('woff2'),
  url('../fonts/boschsans-light.woff') format('woff');
}

@font-face {
  font-family: boschsans-regular;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/boschsans-regular.woff2') format('woff2'),
  url('../fonts/boschsans-regular.woff') format('woff');
}

@font-face {
  font-family: boschsans-black;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/boschsans-black.woff2') format('woff2'),
  url('../fonts/boschsans-black.woff') format('woff');
}

@font-face {
  font-family: boschsans-bold;
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/boschsans-bold.woff2') format('woff2'),
  url('../fonts/boschsans-bold.woff') format('woff');
}

/* This file contains a subset of the AUI iconfont (atlassian-aui-adg-dist-f26920e2e1da) scoped to class 'sp' */
@font-face {
  font-family: "bosch-icon";
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/bosch-icon.woff') format('woff2'), url('../fonts/bosch-icon.woff') format('woff');
}

.sp-aui-icon-small {
  height: 16px;
  width: 16px;
}

.sp-aui-icon-small, .sp-aui-icon-large {
  line-height: inherit;
  position: relative;
  vertical-align: text-top;
}

/* .sp-aui-iconfont-close-dialog:before {
  content: "\e0f0"; 
} Excluded. Defined in Sass files. */

/* .sp-aui-icon-small:before {
  font-size: 16px;
} */

/* .sp-aui-icon-small:before, .sp-aui-icon-large:before {
  color: inherit;
  font-family: "bosch-icon";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  speak: none;
} */

.sp-aui-iconfont-appswitcher::before {
  /* content: "\f105"; confluence*/
  content: "\e1c1"; /* burger icon in bosch font*/
}
