@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: taskicon;
    src: url('/assets/fonts/taskicons/font/taskicon.woff2?98785468') format('woff2'), url('/assets/fonts/taskicons/font/taskicon.woff?98785468') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

/* We do not need full set of icons in TOLO, we are using only selected icons, you can find them in fontello-selected/config.json */
@font-face {
    font-family: fontello;
    src: url('/assets/fonts/fontello-selected/fontello.woff2?564512') format('woff2'), url('/assets/fonts/fontello-selected/fontello.woff?564512') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
