:root{
    /*--primary-color: #83b05a;*/
    --primary-color: #122553ff  ;
    --primary-color-highlight: #3194d5ff;
    --secondary-color: rgb(28, 61, 136);
    --secondary-color-highlight: #333;
    --tertiary-color: #444;
    --quaternary-color: #3194d5ff;
    --background-color: #122553ff;
    --menu-item-color: #3194d5ff;
    --menu-item-color-highlight: rgb(61, 177, 255);
    --menu-text-color: #3194d5ff;
    --menu-text-color-highlight: rgb(61, 177, 255);
    --shadow-color: #00000055;
    --background-image: url("../media/bal-macabre-2026/clouds-blue-gradient.png");
    --mainfont: url("../fonts/LunacyMore.ttf");
    --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;
    text-shadow: 0px 0px 10px rgb(164, 219, 255);
    font-family: stanistilFont;
    font-size: 2em;
}
div.ball-title, div.stanistil-presents, div#date_box, div#location_box, div.band-container, div.title, div.tickets {
    text-shadow: 0px 0px 10px rgb(164, 219, 255);
}
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;
}
div.description {
    background-color: var(--box-background);
}