/* Open Sans Regular */
@font-face {
  font-family: "PP Telegraf"; /* Define a custom font family name */src: url("../fonts/pp_telegraf/pp_telegraf.eot");
  src: url("../fonts/pp_telegraf/pp_telegraf.eot?#iefix")format("embedded-opentype"),
      url("../fonts/pp_telegraf/pp_telegraf.woff")format("woff"),
      url("../fonts/pp_telegraf/pp_telegraf.woff2")format("woff2"),
      url("../fonts/pp_telegraf/pp_telegraf.ttf")format("truetype"),
      url("../fonts/pp_telegraf/pp_telegraf.svg#PP Telegraf")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/* Open Sans Bold */
@font-face {
  font-family: "PP Telegraf Ultrabold";
  src: url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.eot");
  src: url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.eot?#iefix")format("embedded-opentype"),
      url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.woff")format("woff"),
      url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.woff2")format("woff2"),
      url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.ttf")format("truetype"),
      url("../fonts/pp_telegraf_ultrabold/pp_telegraf_ultrabold.svg#PP Telegraf UltraBold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

body {font-family: "PP Telegraf"; font-size: 20px;}
h1, h2, h3, h4, h5, h6, h7, h8, .h1 {font-family: "PP Telegraf Ultrabold";}

@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?lpb17u');
  src:  url('../icon-fonts/icomoon.eot?lpb17u#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?lpb17u') format('truetype'),
    url('../icon-fonts/icomoon.woff?lpb17u') format('woff'),
    url('../icon-fonts/icomoon.svg?lpb17u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-arrow-right:before {
  content: "\e910";
}
.icon-down:before {
  content: "\e901";
}
.icon-left:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-up:before {
  content: "\e904";
}
.icon-cross:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90d";
}
.icon-calendar:before {
  content: "\e90c";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-soundcloud:before {
  content: "\e90e";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-tiktok:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e900";
}