@charset "UTF-8";

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

}

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

.dbt-arrow-right:before {
  content: "\e000";
}
.dbt-close:before {
  content: "\e001";
}
.dbt-dbt:before {
  content: "\e002";
}
.dbt-facebook:before {
  content: "\e003";
}
.dbt-mail:before {
  content: "\e004";
}
.dbt-menu-burger:before {
  content: "\e005";
}
.dbt-medal:before {
  content: "\e006";
}
.dbt-pdf:before {
  content: "\e007";
}
.dbt-pin:before {
  content: "\e008";
}
.dbt-plus:before {
  content: "\e009";
}
.dbt-reload:before {
  content: "\e00a";
}
.dbt-transport:before {
  content: "\e00b";
}
.dbt-twitter:before {
  content: "\e00c";
}
.dbt-chevron:before {
  content: "\e00d";
}
