@font-face {
    font-family: Echo Station;
    src: url(../font/echostation.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(../font/roboto.ttf);
}
@font-face {
    font-family: Roboto_Condensed;
    src: url(../font/roboto-condensed.ttf);
}

t0 {
    font-family: 'Echo Station', sans-serif;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    white-space: nowrap;
    color: black;
}

se {
    font-family: 'Echo Station', sans-serif;
}

emph {
    font-weight: bold;
}

body {
    font-family: 'Roboto_Condensed';
    /*font: 400 15px Roboto, sans-serif;*/
    text-align: center;
    line-height: 1.8;
    color: #818181;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto_Condensed';
}
