@font-face {
  font-family: 'tticons';
  src:  url('/wordpress/wp-content/themes/cesis/includes/fonts/cesis_icons/fonts/tticons.eot?7siik9');
  src:  url('/wordpress/wp-content/themes/cesis/includes/fonts/cesis_icons/fonts/tticons.eot?7siik9#iefix') format('embedded-opentype'),
    url('/wordpress/wp-content/themes/cesis/includes/fonts/cesis_icons/fonts/tticons.ttf?7siik9') format('truetype'),
    url('/wordpress/wp-content/themes/cesis/includes/fonts/cesis_icons/fonts/tticons.woff?7siik9') format('woff'),
    url('/wordpress/wp-content/themes/cesis/includes/fonts/cesis_icons/fonts/tticons.svg?7siik9#tticons') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

/* Only the icons actually used in the website */
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-youtube:before {
  content: "\f167";
}