@charset "UTF-8";

@font-face {
  font-family: "custom-font";
  src:url("../custom-fonts/custom-font.eot");
  src:url("../custom-fonts/custom-font.eot?#iefix") format("embedded-opentype"),
    url("../custom-fonts/custom-font.woff") format("woff"),
    url("../custom-fonts/custom-font.ttf") format("truetype"),
    url("../custom-fonts/custom-font.svg#custom-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "custom-font" !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^="capium-"]:before,
[class*=" capium-"]:before {
  font-family: "custom-font" !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;
}

 
 
 
 
.capium-invoicenew:before {
  content: "\e04d";
  color: #624096;
  font-size: 40px;
}
.capium-company:before {
  content: "\e04c";
  color: #624096;
  font-size: 40px;
}
 
.capium-business:before {
  content: "\e04e";
  color: #624096;
  font-size: 40px;
}
.capium-card-payment:before {
  content: "\e04f";
  color: #624096;
  font-size: 40px;
}
.capium-data-backup:before {
  content: "\e050";
  color: #624096;
  font-size: 40px;
}
.capium-mailing:before {
  content: "\e051";
  color: #624096;
  font-size: 40px;
}
.capium-select-users:before {
  content: "\e052";
  color: #624096;
  font-size: 40px;
}

