#main {
    width: 75%;
    margin: auto;
}

@font-face {
    font-family: AtkinsonHyperlegible;
    src: url("/static/themes/default/AtkinsonHyperlegible-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AtkinsonHyperlegible;
    src: url("/static/themes/default/AtkinsonHyperlegible-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "AtkinsonHyperlegible", sans-serif;
    text-align: left;
    font-weight: normal;
    line-height: 2;
}

ul {
    margin-left: 10px;
}

strong {
    color: #014554;
}

h1, h2, h3 {
    font-weight: bold;
    color: #2e4433;
}

li {
    margin-bottom: 30px;
}
