@font-face {
    font-family: 'Chatime';
    src: url('../fonts/chatime.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RonaldTumb';
    src: url('../fonts/ronaldtumb.ttf') format('trueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-chatime {
    font-family: 'Chatime', sans-serif;
}

.font-ronaldtumb {
    font-family: 'RonaldTumb', sans-serif;
}
