*,
html,
body {
    font-family: "core", sans-serif;
}
html,
body {
    color: #111111;
}
.selectabled {
    user-select: text;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
a.navLink.active {
    color: var(--mui-palette-primary-main);
}
a.navLink.not-active {
    color: var(--mui-palette-common-black);
}
.parsedHtml a {
    color: var(--mui-palette-primary-main);
}
