@import url('./koho/koho.css');

@font-face {
    font-family: polka;
    font-style: normal;
    font-weight: 400;
    src: local('polka'), url(./polka.woff) format('woff');
    font-display: swap;
}

* {
    font-family: polka, system-ui;
}
