
@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-Light.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-LightItalic.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-Regular.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-RegularItalic.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-Book.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Eesti Pro Text';
    src: url('/static/fonts/GTEestiProText-BookItalic.woff2') format('woff2'),
        url('/static/fonts/GTEestiProText-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Light.woff2') format('woff2'),
        url('/static/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('/static/fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/static/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-RegularItalic.woff2') format('woff2'),
        url('/static/fonts/Roboto-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-Medium.woff2') format('woff2'),
        url('/static/fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('/static/fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "icons";
    src: url("/static/fonts/icons.woff?ver=1.5") format("woff"), url("/static/fonts/icons.woff2?ver=1.5") format("woff2");
    font-display: "swap";
}