@font-face {
  font-family: 'ml-kakao-talk-icons-clean';
  src: url('../font/ml-kakao-talk-icons-clean.woff2') format('woff2'),
       url('../font/ml-kakao-talk-icons-clean.woff') format('woff'),
       url('../font/ml-kakao-talk-icons-clean.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ml-kakao-clean-icon-"]:before,
[class*=" ml-kakao-clean-icon-"]:before {
  font-family: "ml-kakao-talk-icons-clean" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ml-kakao-clean-icon-talk:before { content: '\e800'; }
