<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: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 200;
    src: url('SourceCodePro-ExtraLight.woff2') format('woff2'),
         url('SourceCodePro-ExtraLight.woff') format('woff'),
         url('SourceCodePro-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    src: url('SourceCodePro-Light.woff2') format('woff2'),
         url('SourceCodePro-Light.woff') format('woff'),
         url('SourceCodePro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    src: url('SourceCodePro-Regular.woff2') format('woff2'),
         url('SourceCodePro-Regular.woff') format('woff'),
         url('SourceCodePro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    src: url('SourceCodePro-Medium.woff2') format('woff2'),
         url('SourceCodePro-Medium.woff') format('woff'),
         url('SourceCodePro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    src: url('SourceCodePro-SemiBold.woff2') format('woff2'),
         url('SourceCodePro-SemiBold.woff') format('woff'),
         url('SourceCodePro-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    src: url('SourceCodePro-Bold.woff2') format('woff2'),
         url('SourceCodePro-Bold.woff') format('woff'),
         url('SourceCodePro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Code Pro';
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    src: url('SourceCodePro-Black.woff2') format('woff2'),
         url('SourceCodePro-Black.woff') format('woff'),
         url('SourceCodePro-Black.ttf') format('truetype');
}</pre></body></html>