@import url("//hello.myfonts.net/count/4a4c2b");
  
@font-face {
  font-family: "Rolhausen-Regular";
  src: url('../webfonts/RolhausenRegular/font.woff2') format('woff2'), url('../webfonts/RolhausenRegular/font.woff') format('woff');
}
@font-face {
  font-family: "Rolhausen-Slanted";
  src: url('../webfonts/RolhausenSlanted/font.woff2') format('woff2'), url('../webfonts/RolhausenSlanted/font.woff') format('woff');
}

/* Place your custom styles here */
html body {
  font-family: "Rolhausen-Regular", "Jost", sans-serif;
}

div.content {
    margin-left: 2em;
    margin-right: 1em;
    clear: both;
}

.langswitcher a {
   font-size: 0.7em;
}

#langswitch {
   float:right;
}
