h1{
  font-family : "unormativefraktur";
  text-transform: none;
  font-size: calc(6 * var(--basesize)); line-height:2.2;
}


h2{
  font-family : "unormativefraktur";
  text-transform: none;
  font-size: calc(6 * var(--basesize)); line-height:2;
}


li{
	font-family: "bbbreadme-regular";
    text-transform: none;
}



@font-face {
    font-family: "bbbreadme-regular";
    src:
        url("/w/media/fonts/bbbreadme-regular.woff");
}


@font-face {
    font-family: "unormativefraktur";
    src:
        url("/w/media/fonts/unormativefraktur.woff");
}



p{
	font-family: "bbbreadme-regular";
    text-transform: none;
}


a{
  color: #232323
}

body{
background-color: #d0d0d0;
}