<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: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/themes/inter/Inter-Regular.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/themes/inter/Inter-Bold.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/themes/inter/Inter-Thin.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url("/fonts/themes/inter/Inter-ExtraLight.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/themes/inter/Inter-Light.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/themes/inter/Inter-Medium.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/themes/inter/Inter-SemiBold.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/themes/inter/Inter-ExtraBold.ttf");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/themes/inter/Inter-Black.ttf");
}


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