@charset "UTF-8";

@font-face {
  font-family: "ship-font";
  src:url("../fonts/ship-font.eot");
  src:url("../fonts/ship-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ship-font.woff") format("woff"),
    url("../fonts/ship-font.ttf") format("truetype"),
    url("../fonts/ship-font.svg#ship-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ship-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^="shipicon-"]:before,
[class*=" shipicon-"]:before {
  font-family: "ship-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;
}

.shipicon-passeggeri-lg:before {
  content: "a";
}
.shipicon-passeggeri-md:before {
  content: "b";
}
.shipicon-passeggeri-sm:before {
  content: "c";
}
.shipicon-container-lg:before {
  content: "d";
}
.shipicon-container-md:before {
  content: "e";
}
.shipicon-container-sm:before {
  content: "f";
}
.shipicon-tanker-lg:before {
  content: "g";
}
.shipicon-tanker-md:before {
  content: "h";
}
.shipicon-tanker-sm:before {
  content: "i";
}
.shipicon-general-lg:before {
  content: "j";
}
.shipicon-general-md:before {
  content: "k";
}
.shipicon-general-sm:before {
  content: "l";
}
.shipicon-roro-lg:before {
  content: "m";
}
.shipicon-roro-md:before {
  content: "n";
}
.shipicon-roro-sm:before {
  content: "o";
}
