<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'ronniareg';
    src: url('../fonts/ronniareg.otf') format('opentype');
}

@font-face {
    font-family: 'code128';
    src: URL('../fonts/code128.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

.fontRonniaReg {
    font-family: ronniareg;
}

.fontRobotoReg {
    font-family: 'Roboto Regular', sans-serif;
}

.fontRobotoBold {
    font-family: 'Roboto Bold', sans-serif;
}


</pre></body></html>