@font-face {
    font-family: RecklessNeue;
    src: url("../fonts/RecklessNeue-Regular.otf") format("opentype");
}
@font-face {
    font-family: RecklessNeue;
    src: url("../fonts/RecklessNeue-Book.otf") format("opentype");
}
@font-face {
    font-family: SuisseIntl;
    src: url("../fonts/SuisseIntl-Regular.otf") format("opentype");
}

.blockspacer {
    margin-top: 100px;
}
.blockspacer50 {
    margin-top: 50px;
}
.blockspacer20 {
    margin-top: 20px;
}