@font-face {
  font-family: 'jagu-logo';

  src:  url('https://projects.jagu.cz/fonts/fonts/jagu-logo.eot?ynj2vs');
  src:  url('https://projects.jagu.cz/fonts/fonts/jagu-logo.eot?ynj2vs#iefix') format('embedded-opentype'),
    url('https://projects.jagu.cz/fonts/fonts/jagu-logo.ttf?ynj2vs') format('truetype'),
    url('https://projects.jagu.cz/fonts/fonts/jagu-logo.woff?ynj2vs') format('woff'),
    url('https://projects.jagu.cz/fonts/fonts/jagu-logo.svg?ynj2vs#jagu-logo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="jagulogo-"]:before, [class*=" jagulogo-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jagu-logo' !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;
}

.jagulogo-jagu:before {
  content: "\e988";
}
.jagulogo-jagu-line:before {
  content: "\e989";
}
.jagulogo-jagu-line:hover:before {
  content: "\e988";
  color: #f8981d;
}
