<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:"Montserrat";
    src:url('Resources/Fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Inter";
    src: url('Resources/Fonts/Inter_28pt-Regular.ttf') format('truetype');
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --delta: -3000px;
}
</pre></body></html>