
@font-face {
  font-family: 'dbticons';
  src:  url('../fonts/dbticons.eot?tc6aes');
  src:  url('../fonts/dbticons.eot?tc6aes#iefix') format('embedded-opentype'),
    url('../fonts/dbticons.ttf?tc6aes') format('truetype'),
    url('../fonts/dbticons.woff?tc6aes') format('woff'),
    url('../fonts/dbticons.svg?tc6aes#dbticons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.dbt-custom-icon:before { 
	font-family: 'dbticons' !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-custom-icon--dbtatv:before {
  content: "\61";
}
.dbt-custom-icon--dbtcarriage:before {
  content: "\62";
}
.dbt-custom-icon--dbthorsebackride:before {
  content: "\63";
}
.dbt-custom-icon--dbticy:before {
  content: "\64";
}
.dbt-custom-icon--dbtsnowmobile:before {
  content: "\65";
}