@charset "UTF-8";

/* ==========================================================================
   Sub Space Reset
   A small, modern reset to reduce browser/theme defaults before site styles.
   ========================================================================== */

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

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    line-height: 1.5;
}

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

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

img,
video {
    height: auto;
}

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

button,
input,
select,
textarea {
    margin: 0;
}

button {
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

textarea {
    resize: vertical;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

:where(ul, ol) {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    min-width: 0;
    padding: 0;
    border: 0;
}

legend {
    padding: 0;
}
