﻿@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('/template/default/font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-test:before {
  content: "\e65d";
}

.icon-icon-test1:before {
  content: "\e65e";
}

.icon-icon-test2:before {
  content: "\e65f";
}

.icon-icon-test3:before {
  content: "\e661";
}

.icon-arrow-left-bold:before {
  content: "\e685";
}

.icon-arrow-right-bold:before {
  content: "\e687";
}

.icon-Instagram:before {
  content: "\e619";
}

.icon-Facebook:before {
  content: "\e61a";
}

.icon-Youtube:before {
  content: "\e61b";
}

.icon-Linkedin:before {
  content: "\e61c";
}

.icon-email-fill:before {
  content: "\e856";
}

.icon-phone-fill:before {
  content: "\e85f";
}

