@font-face {
    font-family: "Twemoji Mozilla";
    src: url("/assets/fonts/Twemoji.Mozilla.ttf");
}

html {
    font-family: "Crimson Pro", "Twemoji Mozilla", "Noto Color Emoji", "times", serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}

b {
    font-weight: 500;
}

.heading, h1, h2, h3, h4, h5, h6 {
    font-family: 'Charis SIL', "Twemoji Mozilla", "times", serif;
    font-weight: 700;
    line-height: 1.1em;
}

.plex {
    font-family: 'IBM Plex Sans', "Twemoji Mozilla", "Noto Color Emoji", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.mono, code, pre {
  font-family: "Victor Mono", "Twemoji", monospace;
  line-height: 1.2;
  font-weight: 400;
  font-size: 0.88em;
}

.cursive {
  font-family: "Sue Ellen Francisco", cursive;
}
