@font-face {
    font-family: 'FS regular';
    src: url('../fonts/FSMeWeb-Regular.woff2') format('woff2'),
         url('../fonts/FSMeWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FS light';
    src: url('../fonts/FSMeWeb-Light.woff2') format('woff2'),
         url('../fonts/FSMeWeb-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FS bold';
    src: url('../fonts/FSMeWeb-Bold.woff2') format('woff2'),
         url('../fonts/FSMeWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FS heavy';
    src: url('../fonts/FS-heavy') format('woff2');
    font-weight: normal;
    font-style: normal;
}