.generic-btn a{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 9px 28px;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.6s ease-in-out;
}
.bg-5a5461{
    background: #5a5461;
}
.bg-9c55b8{
    background: #9c55b8;
}
.bg-fff{
    background: #fff;
}
.generic-btn a.priser-btn:hover{
    color: #5a5461;
    background: transparent;
    box-shadow: inset 0 0 0px 2px #5a5461;
}
.generic-btn a.beställ-btn:hover{
    color: #9c55b8;
    background: transparent;
    box-shadow: inset 0 0 0px 2px #9c55b8;
}
h1{
    font-size: 40px;
    line-height: 43px;
}
.color-9c55b8{
    color: #9c55b8;
}
@font-face {
    font-family: 'chaletlondonnineteeneighty';
    src: url('../fonts/chalet_london_nineteen_eighty-webfont.woff2') format('woff2'),
         url('../fonts/chalet_london_nineteen_eighty-webfont.woff') format('woff');
}
@font-face {
    font-family: 'chaletnewyorknineteeneighty';
    src: url('../fonts/chalet_new_york_nineteen_eighty-webfont.woff2') format('woff2'),
         url('../fonts/chalet_new_york_nineteen_eighty-webfont.woff') format('woff');
}

.chaletlondonnine{
    font-family: 'chaletlondonnineteeneighty';
}
.chaletnewyork{
    font-family: 'chaletnewyorknineteeneighty';
}