
@font-face {
    font-family: "roboto regular";
    src: url(Roboto/Roboto_Condensed-Regular.ttf);
}

@font-face {
    font-family: "roboto italic";
    src: url(Roboto/Roboto_Condensed-Italic.ttf);
}

@font-face {
    font-family: "roboto bold";
    src: url(Roboto/Roboto_Condensed-Bold.ttf);
}

figure {
    float: right;
}
figcaption {
 color: #7a7a7a;   
 font-size: 12px;
}
body {
    background-color: #123458;
}
.sisalto {
    max-width: 1000px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-family: "roboto regular";
}


h1 {
    font-family: "roboto bold";
}
