/* Шрифты для текста */
@font-face {
  font-family: "SegoeUIRegular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/SegoeUIRegular/SegoeUIRegular.woff2") format("woff2"),
  url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUILight";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/SegoeUILight/SegoeUILight.woff2") format("woff2"),
  url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Marck Script';
  src: local('Marck Script'), 
  local('MarckScript-Regular'), 
  url('../fonts/MarkScript/marckscript.woff2') format('woff2'), 
  url('../fonts/MarkScript/marckscript.woff') format('woff'), 
  url('../fonts/MarkScript/marckscript.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* Иконочный шрифт */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon/icomoon.eot?ov0e4n');
    src:  url('../fonts/icomoon/icomoon.eot?ov0e4n#iefix') format('embedded-opentype'),
      url('../fonts/icomoon/icomoon.ttf?ov0e4n') format('truetype'),
      url('../fonts/icomoon/icomoon.woff?ov0e4n') format('woff'),
      url('../fonts/icomoon/icomoon.svg?ov0e4n#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-viber:before {
    content: "\e900";    
  }
  .icon-connection:before {
    content: "\e91b";
  }
  .icon-search:before {
    content: "\e986";
  }
  .icon-power:before {
    content: "\e9b5";
  }
  .icon-clipboard:before {
    content: "\e9b8";
  }
  .icon-list2:before {
    content: "\e9bb";
  }
  .icon-star-empty:before {
    content: "\e9d7";
  }
  .icon-enter:before {
    content: "\ea13";
  }
  .icon-arrow-right2:before {
    content: "\ea3c";
  }
  .icon-arrow-left2:before {
    content: "\ea40";
  }
  .icon-whatsapp:before {
    content: "\ea93";
  }
  .icon-telegram:before {
    content: "\ea95";
  }
  .icon-skype:before {
    content: "\eac5";
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100;300&display=swap');