@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: DejaVuSans;
  src: url("../fonts/DejaVuSans.ttf");
}
 
@font-face {
  font-family: DejaVuSans;
  src: url("../fonts/DejaVuSans-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}
 
@font-face {
  font-family: DejaVuSans;
  src: url("../fonts/DejaVuSans-Oblique.ttf");
  font-style: oblique;
  font-weight: normal;
}
 
@font-face {
  font-family: DejaVuSans;
  src: url("../fonts/DejaVuSans-BoldOblique.ttf");
  font-style: oblique;
  font-weight: bold;
}


@font-face {
  font-family: DejaVuSansCondensed;
  src: url("../fonts/DejaVuSansCondensed.ttf");
}
 
@font-face {
  font-family: DejaVuSansCondensed;
  src: url("../fonts/DejaVuSansCondensed-Bold.ttf");
  font-style: normal;
  font-weight: bold;
} 
@font-face {
  font-family: DejaVuSansCondensed;
  src: url("../fonts/DejaVuSansCondensed-Oblique.ttf");
  font-style: oblique;
  font-weight: normal;
} 
@font-face {
  font-family: DejaVuSansCondensed;
  src: url("../fonts/DejaVuSansCondensed-BoldOblique.ttf");
  font-style: oblique;
  font-weight: bold;
}