@charset "UTF-8";

@font-face {
  font-family: "sorbothane-2022-icon-font";
  src:url("fonts/sorbothane-2022-icon-font.eot");
  src:url("fonts/sorbothane-2022-icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/sorbothane-2022-icon-font.woff") format("woff"),
    url("fonts/sorbothane-2022-icon-font.ttf") format("truetype"),
    url("fonts/sorbothane-2022-icon-font.svg#sorbothane-2022-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sorbothane-2022-icon-font" !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^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "sorbothane-2022-icon-font" !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;
}


.icon-arrow:before {
  content: "\61";
}
.icon-chevron:before {
  content: "\63";
}
.icon-fb-circle:before {
  content: "\66";
}
.icon-mail:before {
  content: "\6d";
}
.icon-close-circle:before {
  content: "\78";
}
