@charset "UTF-8";

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Dosis-Book.otf) format('opentype');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Dosis-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SourceSansPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/SourceSansPro-Bold.otf) format("opentype");
}
@font-face {
  font-family: "lrt-app";
  src: url("fonts/lrt-app.eot?v=20190219");
  src: url("fonts/lrt-app.eot?v=20190219#iefix")
      format("embedded-opentype"),
    url("fonts/lrt-app.woff?v=20190219") format("woff"),
    url("fonts/lrt-app.ttf?v=20190219") format("truetype"),
    url("fonts/lrt-app.svg?v=20190219#lrt-app") format("svg");
  font-weight: normal;
  font-style: normal;
}
