
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

html {
    font-size: 18px;
    font-family: "Open Sans", sans-serif !important;
}

body {
    font-family: inherit !important;
}

h1 {
    font-size: 1rem;
}

h2 {
    font-size: 1rem;
    letter-spacing: .5px;
}