/*
    Copyright (c) Computer-L.A.N. GmbH (http://www.computer-lan.de).
    Alle Rechte vorbehalten.
*/

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/fonts/Arimo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/fonts/Arimo-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 400;
  src: url("/static/media/fonts/Tinos-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Tinos";
  font-style: normal;
  font-weight: 700;
  src: url("/static/media/fonts/Tinos-Bold.ttf") format("truetype");
}