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

[class^="picto-"], [class*=" picto-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'picto-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picto-circle-info:before {
  content: "\e90f";
}

