* {padding: 0;margin: 0; box-sizing: border-box;}

body {
    background: #fff;
    color: #222;
    font: 1rem/1.5 'Work Sans', Helvetica, sans-serif;
    letter-spacing: -0.6px;
    -webkit-font-smoothing: antialiased;

}



h1, h2, h3, h4 {padding-bottom: 0.75em; font-family: "BioRhyme", serif;}
h1 {font-size: 2.75rem; line-height: 1.15; padding: 1.25em 4rem 0.75em;}
h2 {font-size: 2.5rem;font-weight: normal; line-height: 1.25;}
h3 {
    font-size: 2rem;
    padding: 1em 0 0.25em;
    font-weight: normal;
    }

h4 {font-size: 1.5rem; padding: 0.5rem 0 0.25em;}

p {padding: 0 0 1rem;}

a {color: #06f; text-decoration: none;border-bottom: 2px solid rgba(128, 128, 128, 0.3);transition: all 0.3s ease-out;}
a:hover {border-color: #06f; color: #06f;}


table {border: 1px; border-collapse: collapse;}


body[data-theme="dark"] {
    background: #111;
    color: #ccc;
}

body[data-theme="dark"] a {
    color: #bbb; border-color: rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] a:hover {
    color: #64b0ff; border-color: #64b0ff;
}