/* 
    Document   : tinymce_ext
    Created on : 19.2.2014, 10:41:34
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
  font-family: 'Bebas';
  src: url('fonts/bebas__-webfont.eot'); 
  src: url('fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'), 
    url('fonts/bebas__-webfont.woff') format('woff'), 
    url('fonts/bebas__-webfont.ttf')  format('truetype'), 
    url('fonts/bebas__-webfont.svg#svgFontName') format('svg'); 
}
body { 
  color: #393939;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas';word-spacing: 8px;
}
h1 {
    font-size: 2em;
}
h2{
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.1em;
}
p {
  text-align: justify
}