@font-face {
    font-family: LarsseitExtraBold;
    src: url('../fonts/LarsseitExtraBold.otf');   
}
@font-face {
    font-family: LarsseitBold;
    src: url('../fonts/Larsseit-Bold.otf');   
}
@font-face {
    font-family: LarsseitExtraBold;
    src: url('/fonts/Larsseit-ExtraBold.otf');   
}
@font-face {
    font-family: LarsseitExtraLight;
    src: url('../fonts/Larsseit-Light.otf');   
}
@font-face {
    font-family: LarsseitLight;
    src: url('../fonts/Larsseit-Light.otf');   
}
@font-face {
    font-family: LarsseitMedium;
    src: url('../fonts/Larsseit.otf');   
}
@font-face {
    font-family: Larsseit;
    src: url('../fonts/Larsseit.otf');   
}
@font-face {
    font-family: LarsseitThin;
    src: url('../fonts/Larsseit-Thin.otf');   
}

p {
    color: white;
    font-family: 'Larsseit' !important;
}

h1 {
    color: white;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Larsseit' !important;
}

h2 {
    color: white;
    font-weight: bold;
    font-family: 'Larsseit' !important;

}
