/* Reset */
body {
    color: var(--fl-fgColor, var(--color-green-800));
    font-family: var(--font-system, sans-serif);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
p {
    margin-block: 0;
}

blockquote,
pre,
ol,
ul,
figure {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
    height: auto;
    max-width: 100%;
}

article,
aside,
figure,
footer,
header,
main,
nav {
    display: block;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

iframe {
    border: none;
}

ul[role="tablist"],
ol[role="tablist"],
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    appearance: none;
    background: none;
    border: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    padding: 0;
}
