/* font-weight-thin */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-Light-webfont.woff2') format('woff2'),
         url('Linotte-Light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* font-weight-light */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-Light-webfont.woff2') format('woff2'),
         url('Linotte-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* font-weight-regular */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-Regular-webfont.woff2') format('woff2'),
         url('Linotte-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* font-weight-medium */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-SemiBold-webfont.woff2') format('woff2'),
         url('Linotte-SemiBold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* font-weight-bold */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-Bold-webfont.woff2') format('woff2'),
         url('Linotte-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* font-weight-black */
@font-face {
    font-family: 'Linotte';
    src: url('Linotte-Heavy-webfont.woff2') format('woff2'),
         url('Linotte-Heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
