@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Medium-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Medium-WebS.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Bold-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Bold-WebS.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Regular-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Light-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Light-WebS.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-LightItalic-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-LightItalic-WebS.woff") format("woff");
    font-weight: 100;
    font-style: italic
}

body {
    font-family: "Open Sans";
    font-weight: 300;
}