@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

* {
    font-family: "RobotoCondensed-Regular";
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}

#impressum {
    margin-top: 2em;
}

.inline-block {
    margin-top: 1em;
}

.text-small {
    font-size: 0.6em;
}