@font-face {
    font-family: 'StoneSans';
    src: url('../fonts/StoneSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/StoneSans.otf')  format('opentype'),
        url('../fonts/StoneSans.woff') format('woff'), url('../fonts/StoneSans.ttf')  format('truetype'), url('../fonts/StoneSans.svg#StoneSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StoneSerif';
    src: url('../fonts/StoneSerif.eot?#iefix') format('embedded-opentype'),  url('../fonts/StoneSerif.otf')  format('opentype'),
        url('../fonts/StoneSerif.woff') format('woff'), url('../fonts/StoneSerif.ttf')  format('truetype'), url('../fonts/StoneSerif.svg#StoneSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

.brand-baak {
    font-family: 'StoneSerif', serif;
    letter-spacing: 4px;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.brand-beeld {
    font-family: 'StoneSans', sans-serif;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 19px;
    color: #fff;
}

.login-page .form-holder .info h1 span.brand-baak {
    font-family: 'StoneSerif', serif;
    letter-spacing: 4px;
    font-weight: 200;
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}

.login-page .form-holder .info h1 span.brand-beeld {
    font-family: 'StoneSans', sans-serif;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
}