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

*{
    font-family: "Geist", sans-serif;
}


body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
    padding: 0;
}


ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}


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


button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    outline: none;
}


input, button, textarea, select {
    font: inherit;
    color: inherit;
}


img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}


table {
    border-collapse: collapse;
    width: 100%;
}


body {
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
}


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


button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}


.wp-block {
    max-width: none;
}

/* ========= END RESET ========= */