:root{
    /*--primary-color: #83b05a;*/
    --primary-color: #e06526;
    --primary-color-highlight: #cc5c23;
    --secondary-color: #c0571f;
    --secondary-color-highlight: #dd6424;
    --tertiary-color: #444;
    --quaternary-color: #555;
    --background-color: #000;
    --menu-item-color: #111;
    --menu-item-color-highlight: #ccc;
    --menu-text-color: #000;
    --menu-text-color-highlight: #ccc;
    --shadow-color: #00000055;
    --background-image: url("../media/bal-macabre-2018/clouds-orange.png");
    --mainfont: url("../fonts/Halloween Kliwones.otf");
    --text-color: #000;
    --title-background: #00000000;
    --box-background: #fff6;
}
@font-face {
    font-family: textFont;
    src: url("../fonts/Halloween Kliwones.otf");
}
@font-face {
    font-family: infoFont;
    src: url("../fonts/Halloween Kliwones.otf");
/*     src: url("../fonts/Strawberry Muffins Demo.ttf"); */
}
@font-face {
    font-family: symbolFont;
    src: url("../fonts/Halloween Kliwones.otf");
}
@font-face {
    font-family: titleFont;
    src: url("../fonts/Pyrite Crypt.ttf");
}

div.stanistil-title {
    text-align: center;
    font-family: stanistilFont;
    font-size: 2em;
}
body {
    font-size: 2.5em;
    background: #00000000;
    /*background: linear-gradient(0deg, var(--primary-color) 0%, var(--primary-color-highlight) 50%, var(--primary-color) 100%);*/
}
.symbol {
    font-size: 0.8em;
}
