/* #region variables */
/* --------------------------- */
/* VARIABLES
/* --------------------------- */
/* DARK */
:root {
    --desktop-font-size: 18px/1.6;
    --mobile-font-size: 16px/1.4;

    --background-color: #222831;
    --em: #AAA8A8;
    --border1: #666;
    --blockquote: #333;

    --textmain-color: #ccc;
    --link-color: #93B1A6;
    --link-color-hilite: #fff;
    --link-color-bg: #202123;

    --quote-bg: #333;
    --quote-left: #666;
	--quote-color: #ccc;

    --hilite: #000;
    --selected-top: #eee;
    --selected-back: #444;

    --color-one: #8ba0a4;
    --color-two: #1b4552;
    --color-three: #8ba0a4;

    --input-on: #fff;
    --input-off: #ccc;

    --button-off: #222;
    --button-on: #666;
}

@font-face {
    font-family: "nhg-reg";
    src: url("../fonts/nhg/nhg-reg.woff2") format('woff2');
}
@font-face {
    font-family: "nhg-bold";
    src: url("../fonts/nhg/nhg-bold.woff2") format('woff2');
}
/* #endregion */
div.aside .sitename span {
    background-color: yellow;
    padding: 0.2rem 0.5rem;
    color: #000;
}

