:root{
    /*--primary-color: #83b05a;*/
    --primary-color: #365958ff;
    --primary-color-highlight: #60cfc3ff;
    --secondary-color: #32504fff;
    --secondary-color-highlight: #333;
    --tertiary-color: #444;
    --quaternary-color: #555;
    --background-color: #60cfc380;
    --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-2025/clouds-turqoise-gradient.png");
    --mainfont: url("../fonts/LunacyMore.ttf");
    --text-color: #000;
    --title-background: #00000000;
    --box-background: #fff6;,0,.2
}
@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;
}
textarea {
    font-size: 0.4em;
    width: 100%;
    min-height: 20em;
    font-family: Arial Narrow;
}
label {
    display: inline;
}
