﻿@charset "UTF-8";

@font-face {
  font-family: "pms";
  src:url("../font/pms.eot");
  src:url("../font/pms.eot?#iefix") format("embedded-opentype"),
    url("../font/pms.woff") format("woff"),
    url("../font/pms.ttf") format("truetype"),
    url("../font/pms.svg#pms") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "pms" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="pms-"]:before,
[class*=" pms-"]:before {
  font-family: "pms" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pms-circle:before {
  content: "a";
}
.pms-horizontal:before {
  content: "b";
}
.pms-diagonal:before {
  content: "c";
}
.pms-vertical:before {
  content: "d";
}
.pms-diagonal-reverse:before {
  content: "e";
}
