<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: 'ProximaNova-Regular';
    src: url("../otf/proximanova-regular.otf");
    font-display: auto;
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url("../otf/dmsans-regular.otf");
    font-display: auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'DMSans-Regular', sans-serif !important;
}
body,html{
    font-family: 'DMSans-Regular', sans-serif !important;
    height: 100%;
    letter-spacing: 0.005em;
    scroll-behavior: smooth;
}

.r-navigation__left {
    display: flex;
    align-items: center;
}
.nav-back-overlay {
    height: 80px;
}
.footer-left-side {
    align-items: center;
}</pre></body></html>