<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --font-family-body: 'Ubuntu', sans-serif;
    --font-family-head: 'Ubuntu', sans-serif;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('ubuntu/Ubuntu-Regular.woff2') format('woff2'),
    url('ubuntu/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('ubuntu/Ubuntu-Italic.woff2') format('woff2'),
    url('ubuntu/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('ubuntu/Ubuntu-Bold.woff2') format('woff2'),
    url('ubuntu/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,body {
    font-family: 'Ubuntu', sans-serif;
}</pre></body></html>