@import "fontoj.css";
body {
    margin: 0.5em;
    padding: 0;
    background-color: white;
    font-size: 18px;
}

h1 {
  font-size: 1.5em;;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Cantarell, Helvetica, sans-serif;
    color: #044004;
    text-align: center;
}

p, dd, li {
    font-family: "Georgia", serif;
}

dt {
    font-family: Cantarell, Helvetica, sans-serif;
    font-weight: bold;
    color: #044004;
}
