@font-face {
    font-family: 'Source Sans 3';
    src: url('/fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('/fonts/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 200 900;
    font-style: italic;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    background-color: oklch(88% 0.005 200);
}

.md a[href] {
    color: #3a6194;
}

.md pre.tilde {
    background-color: oklch(83% 0.005 200);
}
