@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/RobotoCondensed-Bold.ttf");
}

body {
    font-family: "Roboto Regular";
    color: #000;
    margin: 10px;
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
}
