/* Hauptschriftart */
@font-face {
    font-family: 'KRONIKA_';
    src: url('../fonts/KRONIKA_.woff2') format('woff2'),
         url('../fonts/KRONIKA_.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Zweitschriftart */
@font-face {
    font-family: 'CommaBase-Regular';
    src: url('../fonts/CommaBase-Regular.woff2') format('woff2'),
         url('../fonts/CommaBase-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}