@font-face {
    font-family: AtkinsonHyperlegible;
    src: url("/static/font/AtkinsonHyperlegible-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: AtkinsonHyperlegible;
    src: url("/static/font/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: #c6ebf4;
}

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

li {
    margin-bottom: 30px;
}