@font-face {
    font-family: 'ZCOOL KuaiLe';
    src: url('/static/fonts/zcool-kuaile.woff2') format('woff2'),
         url('/static/fonts/zcool-kuaile.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Ma Shan Zheng';
    src: url('/static/fonts/mashan-zheng.woff2') format('woff2'),
         url('/static/fonts/mashan-zheng.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Caveat';
    font-weight: 400;
    src: url('/static/fonts/caveat-400.woff2') format('woff2'),
         url('/static/fonts/caveat-400.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Caveat';
    font-weight: 700;
    src: url('/static/fonts/caveat-700.woff2') format('woff2'),
         url('/static/fonts/caveat-700.ttf') format('truetype');
    font-display: swap;
}
