@font-face {
    font-family: 'Amatic SC'; font-style: normal; font-weight: 400;
    font-display: block;
    src: local('sans-serif'),
    url('../font/AmaticSC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Amatic SC'; font-style: normal; font-weight: 700;
    font-display: block;
    src: local('sans-serif'),
    url('../font/AmaticSC-Bold.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/MaterialIcons-Regular.eot);
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/MaterialIcons-Regular.woff2) format('woff2'),
    url(../font/MaterialIcons-Regular.woff) format('woff'),
    url(../font/MaterialIcons-Regular.ttf) format('truetype');
}*/

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url('../font/MaterialSymbols-Outlined.woff2') format('woff2');
}
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
    src: url('/template/font/meteocons-webfont.eot');
    src: url('/template/font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
    url('/template/font/meteocons-webfont.woff') format('woff'),
    url('/template/font/meteocons-webfont.ttf') format('truetype'),
    url('/template/font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}
.meteoicons { font-family: 'MeteoconsRegular'; }