--alias-main: 'KHTeka', sans-serif;
--alias-alt: 'IBM Plex Mono', monospace;
--alias-serif: serif;

body {

    color: #333;
    background: hsl(0, 0%, 100%);
	font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
	font-family: var(--alias-main);
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
    color: #6a4f7b;
	font-weight: bold;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
    color: #6A1B9A!important;
}

.mobile-menu .button_container span {
    background: #b98cd5;
}

a {
    text-decoration: none;
    color: #6A1B9A;
    outline: 0;
}
a:visited {
    color: #b98cd5;
}

a:hover {
    text-decoration: none;
    color: #9b40d3;
    outline: 0;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
    color: #fff!important;
}