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

    --background-color: #fff;
    --em: #444;
    --border1: #ccc;
    --blockquote: #eee;

    --textmain-color: #131313;
    --link-color: #576A8F;
    --link-color-hilite: #000;
    --link-color-bg: #F6FF99;

    --hilite: #F6FF99;
    --selected-top: #000;
    --selected-back: #ddd;

    --quote-bg: #fffff2;
    --quote-left: #ccc;
	--quote-color: #3c3c3c;

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

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

    --button-off: #fff;
    --button-on: #ccc;
}

@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 */
