@font-face {
  font-family: 'Calibri';
  src: url("../../fonts/calibri/Calibri.woff2") format("woff2"), url("../../fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 9, ../../sass/components/affix.component.scss */
.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1035;
  left: 0;
}
