@font-face {
    font-family: 'Optima';
    src: url('/fonts/optima.woff') format('woff');
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Han Serif SC';
    font-weight: 400;
    font-style: normal;
    src: url('https://jdh8.github.io/source-han-serif/SourceHanSerifCN-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Han Serif SC';
    font-weight: 700;
    font-style: normal;
    src: url('https://jdh8.github.io/source-han-serif/SourceHanSerifCN-Bold.woff2') format('woff2');
}

body {
    font-family: 'Optima', 'Open Sans', 'Lucida Sans', 'Source Han Serif SC', 'Songti SC', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
code {
    font-family: 'JetBrains Mono', 'Cousine', 'Lucida Console', 'Andale Mono', monospace;
}

pre code {
    font-family: 'JetBrains Mono', 'Cousine', Consolas, 'Lucida Console', Monaco, monospace;
}