@font-face {
    font-family: "Atkinson Hyperlegible Next";
    src:
        url("/AtkinsonHyperlegibleNext/WOFF2/AtkinsonHyperlegibleNextVF-Variable.woff2") format("woff2"),
        url("/AtkinsonHyperlegibleNext/TTF/AtkinsonHyperlegibleNextVF-Variable.ttf") format("truetype");
}

body,
button,
input,
text {
    font-family: "Atkinson Hyperlegible Next";
}

iframe {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

main {
    max-width: 1200px;
    margin: auto;
}

.example {
    display: flex;
}
.example {
    display: flex;
}
.example > * {
    width: 50%;
}
.example-margin {
    margin-right: 1em;
}
.example-reverse {
    flex-direction: row-reverse;
}
.example-figure iframe {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .example {
        display: block;
    }
    .example > * {
        width: 100%;
    }
.example-margin {
    margin-right: unset;
}
}
