
@font-face {
    font-family: 'Font Awesome';
    font-style: normal;
    font-weight: normal;
    src: local('Font Awesome'), local('Font Awesome'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/fontawesome-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Font Awesome';
    font-weight: 900;
    font-style: normal;
    src: local('Font Awesome'), url('../fonts/fa-solid-900.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: normal;
    font-style: normal;
    src: local('NotoSans'), url('../fonts/NotoSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    font-weight: 700;
    font-style: normal;
    src: local('NotoSans'), url('../fonts/NotoSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")
}