@font-face {
  font-family: 'snsIcon';
  src:  url('fonts/snsIcon.eot?wdxh16');
  src:  url('fonts/snsIcon.eot?wdxh16#iefix') format('embedded-opentype'),
    url('fonts/snsIcon.ttf?wdxh16') format('truetype'),
    url('fonts/snsIcon.woff?wdxh16') format('woff'),
    url('fonts/snsIcon.svg?wdxh16#snsIcon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="snsicon-"], [class*=" snsicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'snsIcon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.snsicon-facebook:before {
  content: "\e900";
}
.snsicon-instagram:before {
  content: "\e901";
}
.snsicon-line:before {
  content: "\e902";
}
.snsicon-linktree:before {
  content: "\e903";
}
.snsicon-note:before {
  content: "\e904";
}
.snsicon-spotify:before {
  content: "\e905";
}
.snsicon-tiktok:before {
  content: "\e906";
}
.snsicon-x:before {
  content: "\e907";
}
.snsicon-youtube:before {
  content: "\e908";
}
