@font-face {
    font-family: "BerlinSansBold";
    src: url(../fonts/BerlinSansBold.TTF);
}

@font-face {
    font-family: "BerlinSansLight";
    src: url(../fonts/BerlinSansLight.TTF);
}

@font-face {
    font-family: "BerlinSansNormal";
    src: url(../fonts/BerlinSansNormal.TTF);
}

body {
	color: var(--text-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.text-light{
    color: white;
}

.shadowed-font{
    text-shadow: 0px 0px 8px var(--shadow-color-dark);
}

.xeriwin-logo-font-normal{
    font-family: "BerlinSansNormal", sans-serif;
}

.xeriwin-logo-font-bold{
    font-family: "BerlinSansBold", sans-serif;
}

.xeriwin-logo-font-light{
    font-family: "BerlinSansLight", sans-serif;
}

h1{
    font-weight: bold;
    font-size: 3em;
}

p{
    /* font-weight: lighter;*/
    font-size: 1.15em;
}