﻿@font-face {
  font-family: "ga"; /* Project id 2525234 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

.ga {
  font-family: "ga" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.arrowup:before {
  content: "\e604";
}

.checkcircle:before {
  content: "\e60a";
}

