@font-face {
    font-family: 'buttersans-Rounded';
    src: url("fonts/buttersans-Rounded.woff2") format('woff2'),
         url("fonts/buttersans-Rounded.woff") format('woff'),
         url("fonts/buttersans-Rounded.otf") format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chill Round Gothic';
    src: url('fonts/ChillRoundGothic_Medium.woff2') format('woff2'),
         url('fonts/ChillRoundGothic_Medium.woff') format('woff'),
         url("fonts/ChillRoundGothic_Medium.ttf") format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chill Round Gothic Bold';
    src: url('fonts/ChillRoundGothic_Bold.woff2') format('woff2'),
         url('fonts/ChillRoundGothic_Bold.woff') format('woff'),
         url("fonts/ChillRoundGothic_Bold.ttf") format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
