@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../eot/untitled-font-2.eot");
  src:url("../eot/untitled-font-1d41d-2.eot?#iefix") format("embedded-opentype"),
    url("../woff/untitled-font-2.woff") format("woff"),
    url("../ttf/untitled-font-2.ttf") format("truetype"),
    url("../svg/untitled-font-2.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

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

.custom-custom-day:before {
  content: "\6a";
}
.custom-full-day:before {
  content: "\6b";
}
.custom-half-day:before {
  content: "\6c";
}
.custom-multi-day:before {
  content: "\6d";
}
.custom-single-session:before {
  content: "\6e";
}
