Domyślna zawartość pliku:
:root {
--font: "Signika Negative";
--font-temp: "Signika Negative";
}

/* html:not(.material-symbols-outlined):not(.fas):not(.far):not(.fa), 
body:not(.material-symbols-outlined):not(.fas):not(.far):not(.fa), 
*:not(.material-symbols-outlined):not(.fas):not(.far):not(.fa), 
body *:not(.material-symbols-outlined):not(.fas):not(.far):not(.fa) {
font-family: 'Signika Negative', sans-serif !important;
} */

html body *:not(.material-symbols-outlined):not(.fas):not(.far):not(.fa) {
font-family: 'Signika Negative', sans-serif !important;
}

.top-menu .navbar-nav .nav-item:not(:first-child) .nav-link span {
font-family: 'Signika Negative', sans-serif !important;
}