:root{
    /*--primary-color: #83b05a;*/
    --primary-color: #000000;
    --primary-color-highlight: #000000;
    --secondary-color: #111;
    --secondary-color-highlight: #333;
    --tertiary-color: #444;
    --quaternary-color: #555;
    --background-color: #000;
    --menu-item-color: #eee;
    --menu-item-color-highlight: #ccc;
    --menu-text-color: #fff;
    --menu-text-color-highlight: #ccc;
    --shadow-color: #00000055;
    --background-image: url("../media/black and white cut small dark.png");
    --mainfont: url("../fonts/LT Colored Pencil.otf");
    --text-color: #fff;
    --title-background: #00000000;
    --box-background: #fff6;
}
@font-face {
    font-family: textFont;
    src: url("../fonts/LT Colored Pencil.otf");
}
@font-face {
    font-family: titleFont;
    src: url("../fonts/LT Colored Pencil.otf");
}
@font-face {
    font-family: infoFont;
    src: url("../fonts/LT Colored Pencil.otf");
}
@font-face {
    font-family: symbolFont;
    src: url("../fonts/LT Colored Pencil.otf");
}
@font-face {
    font-family: logoFont;
    src: url("../fonts/Watermelon Script - TTF.ttf");
}

div.stanistil-title {
    text-align: center;
    font-family: stanistilFont;
    font-size: 2em;
}
body {
    font-size: 2.5em;
    background: #00000000;
}
