
  
@font-face {
  font-family: 'sh-bold';
  src: url('./sh-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'sh-thin';
  src: url('./sh-thin.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'sh-light';
  src: url('./sh-light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'sh-fill';
  src: url('./sh-fill.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'sh';
  src: url('./sh.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

  
sh-icon.bold {
  font-family: 'sh-bold' !important;
}

sh-icon.thin {
  font-family: 'sh-thin' !important;
}

sh-icon.light {
  font-family: 'sh-light' !important;
}

sh-icon.fill {
  font-family: 'sh-fill' !important;
}


sh-icon {
  font-family: "sh" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}