@import url('https://fonts.googleapis.com/css2?family=Charis+SIL:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    font-family: 'Charis SIL', Georgia, 'Times New Roman', Times, serif;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', Arial, Helvetica, sans-serif;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

p {
    margin-top: 1rem;
    margin-bottom: .5rem;
}

#header {
     font-size: .9rem;
}