:root {
    --black: #000;
    --white: #fff;
    --green: #23545B;
    --grey: #F2F0EC;
}

#wpadminbar {
    display: none;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth !important;
}

h1, h2, h3, h4, h5, h6, span, pre, * {
    font-family: 'TeXGyreAdventor', Arial, Helvetica, sans-serif;
}

a {
    color: unset;
    text-decoration: none;
}