@font-face {
    font-family: '3dumbregular';
    src: url('3Dumb-webfont.eot');
    src: url('3Dumb-webfont.eot?#iefix') format('embedded-opentype'),
    url('3Dumb-webfont.woff') format('woff'),
    url('3Dumb-webfont.ttf') format('truetype'),
    url('3Dumb-webfont.svg#3dumbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#start span.h1 {
    font-size: 3rem;
    margin: 2rem 0 !important;
    display: block;
}

#contents span.h1 {
    font-size: 2.25rem;
    display: block;
}

#start span.h1,
#contents span.h1 {
    font-family: '3dumbregular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #444;

}