@font-face {
    font-family: 'Kulim Park';
    src: local('../typsnitt/KulimPark-Regular.ttf'), url('../typsnitt/KulimPark-Regular.ttf');
}

@font-face {
    font-family: 'Kulim Park Bold';
    src: local('../typsnitt/KulimPark-Bold.ttf'), url('../typsnitt/KulimPark-Bold.ttf');
}

@font-face {
    font-family: 'Smooch';
    src: local('../typsnitt/Smooch-Regular.ttf'), url('../typsnitt/Smooch-Regular.ttf');
}

html {
    font-family: "Kulim Park";
}

h1 {
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

h2 {
    font-size: 41.99px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

h3 {
    font-size: 25.92px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.1%;
}

.underrubrik {
    font-size: 25.92px;
    font-style: normal;
    font-weight: 300;
    line-height: 134.748%;
}

@media (pointer:coarse) {
    h1 {
        font-size: 35px;
        font-style: normal;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 36.8px;
    }

    h3 {
        font-size: 20px;
    }

    .underrubrik {
        font-size: 20px;
    }
}

.brodtext_stor {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.brodtext_stor_understruken {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration-line: underline;
}

.brodtext_stor_fet {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}

.brodtext {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

@media screen and (min-width: 1001px) {
    .huvudmenytext {
        font-family: "Kulim Park Bold";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.08px;
    }
}

@media screen and (max-width: 1000px) {
    .huvudmenytext {
        font-size: 25.92px;
        font-style: normal;
        font-weight: 300;
        line-height: 134.748%;
    }
}

.brodtext_understruken {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    text-decoration-line: underline;
}

.brodtext_fet {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
}

.brodtext_liten {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.238%;
}

.brodtext_liten_understruken {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.238%;
    text-decoration-line: underline;
}

.brodtext_liten_fet {
    font-family: "Kulim Park";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 132.238%;
}

.fortitel {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.07px;
    text-transform: uppercase;
}

.knapp {
    font-family: "Kulim Park Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.08px;
}

.smooch {
    margin: 0;
    font-family: "Smooch";
    color: #9781EE;
    font-size: 35vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
}