@charset "UTF-8";

@font-face {
  font-family: "bayimby";
  src:url("../fonts/yimba.eot?v=2");
  src:url("../fonts/yimba.eot?v=2#iefix") format("embedded-opentype"),
    url("../fonts/yimba.woff2?v=2") format("woff2"),  
    url("../fonts/yimba.woff?v=2") format("woff"),
    url("../fonts/yimba.ttf?v=2") format("truetype"),
    url("../fonts/yimba.svg?v=2#yimba") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}

@font-face {
    font-family: 'Pressburger Neue';
    src: url('../fonts/Pressburger-Neue.eot');
    src: url('../fonts/Pressburger-Neue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Pressburger-Neue.woff2') format('woff2'),
        url('../fonts/Pressburger-Neue.woff') format('woff'),
        url('../fonts/Pressburger-Neue.ttf') format('truetype'),
        url('../fonts/Pressburger-Neue.svg#Pressburger-Neue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



[data-icon]:before {
  font-family: "bayimby" !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 {
  font-family: "bayimby" !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-cancelled:before {
  content: "\61";
}
.icon-construction:before {
  content: "\62";
}
.icon-intention:before {
  content: "\63";
}
.icon-success:before {
  content: "\64";
}
.icon-calendar:before {
  content: "\65";
}
