@font-face {
    font-family: 'rondal';
    src: url('Rondal-Regular.woff2') format('woff2'),
         url('Rondal-Regular.woff') format('woff'),
         url('Rondal-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'rondal';
    src: url('Rondal-Semibold.woff2') format('woff2'),
         url('Rondal-Semibold.woff') format('woff'),
         url('Rondal-Semibold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}