@font-face {
    font-family: 'SiedleAppTiles';
    src: url('appicons.eot');
    src: url('appicons.eot?#iefix') format('embedded-opentype'),
        url('appicons.woff2') format('woff2'),
        url('appicons.woff') format('woff'),
        url('appicons.ttf') format('truetype'),
        url('appicons.svg#appicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.app {
  /*display: inline-block;*/
  font: normal normal normal 24px/1 "SiedleAppTiles";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.app-light_on:before {
  content: "m";
}
.app-key:before {
  content: "l";
}
.app-garage_door_open:before {
  content: "i";
}
.app-garage_door_closed:before {
  content: "h";
}
.app-blind_open:before {
  content: "d";
}
.app-toggle_off:before {
  content: "q";
}
.app-alarm_system:before {
  content: "b";
}
.app-air_conditioner:before {
  content: "a";
}
.app-heating_system:before {
  content: "j";
}
.app-ventilation:before {
  content: "r";
}
.app-cooling:before {
  content: "e";
}
.app-info:before {
  content: "k";
}
.app-attention_triangle:before {
  content: "c";
}
.app-window_contact:before {
  content: "t";
}
.app-door_contact:before {
  content: "f";
}
.app-envelope:before {
  content: "g";
}
.app-power_on:before {
  content: "p";
}
.app-power_off:before {
  content: "o";
}
.app-motion_sensor:before {
  content: "n";
}
.app-water_sensor:before {
  content: "s";
}
.app-do_not_disturb:before {
  content: "w";
}
.app-call_redirection:before {
  content: "v";
}
.app-bell_floor:before {
  content: "u";
}
