@charset "UTF-8";
@font-face {
    font-family: "aphaq";
    src: url("/theme/fonts/aphaq.eot");
    src: url("/theme/fonts/aphaq.eot?#iefix") format("embedded-opentype"), url("/theme/fonts/aphaq.woff") format("woff"), url("/theme/fonts/aphaq.ttf") format("truetype"), url("/theme/fonts/aphaq.svg#aphaq") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'gilory';
  font-weight: 100;
  font-display: swap;
  src: url("/theme/fonts/gilroy-thin.ttf") format("truetype");
}
@font-face {
  font-family: 'gilory';
  font-weight: lighter;
  font-display: swap;
  src: url("/theme/fonts/gilroy-light.ttf") format("truetype");
}
@font-face {
  font-family: "gilory";
  src: url("/theme/fonts/gilroy-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilory';
  font-weight: bold;
  font-display: swap;
  src: url("/theme/fonts/gilroy-bold.ttf") format("truetype");
}


[data-icon]:before {
    font-family: "aphaq" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
    font-family: "aphaq" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ico-facebook:before {
    content: "\62";
  }
  .ico-social-twitter:before {
    content: "\63";
  }
  .ico-instagram:before {
    content: "\64";
  }
  .ico-linkedin:before {
    content: "\65";
  }
  .ico-menu:before {
    content: "\61";
  }
  