:root{
    /*--primary-color: #83b05a;*/
    --primary-color: #7fc37f;
    --primary-color-highlight: #7fed83;
    --secondary-color: #57c357;
    --secondary-color-highlight: #38c338;
    --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-2019/clouds-green.png");
    --mainfont: url("../fonts/Halloween Kliwones.otf");
    --text-color: #000;
    --title-background: #00000000;
    --box-background: #fff6;
}
@font-face {
    font-family: textFont;
    src: url("../fonts/Pyrite Crypt.ttf");
}
@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/Pyrite Crypt.ttf");
}
@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;
}
