@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Manrope:wght@200..800&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'font_display';
    src: url('display-bold-webfont.woff2') format('woff2'),
         url('display-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'font_display';
    src: url('display-light-webfont.woff2') format('woff2'),
         url('display-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'font_display';
    src: url('display-regular-webfont.woff2') format('woff2'),
         url('display-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'font_display';
    src: url('display-semibold-webfont.woff2') format('woff2'),
         url('display-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'font_display';
    src: url('display-thin-webfont.woff2') format('woff2'),
         url('display-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}