/* v2.2.1
Lyttle Reset ~ Recommended to use with Lyttle Defaults:
https://github.com/Stualyttle/MyLyttleTools/edit/main/CSS/defaults.css
*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    content: "";
    content: none;
    /* word-wrap: break-word; */
}

html:focus-within {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        -o-transition-duration: .01ms !important;
        -webkit-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    html:focus-within {
        scroll-behavior: auto;
    }
}

body {
    line-height: 1;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

b,
strong {
    font-weight: bolder;
}

blockquote,
q {
    quotes: none;
}

button,
[type="button"],
[type="submit"] {
    -webkit-appearance: button;
}

img,
picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-style: none;
}

::-webkit-input-placeholder {
    font: inherit;
    overflow: visible;
    text-transform: inherit;
    opacity: 1;
    color: inherit;
    border: none;
    background: none;
}

::-moz-placeholder {
    font: inherit;
    overflow: visible;
    text-transform: inherit;
    opacity: 1;
    color: inherit;
    border: none;
    background: none;
}

:-ms-input-placeholder {
    font: inherit;
    overflow: visible;
    text-transform: inherit;
    opacity: 1;
    color: inherit;
    border: none;
    background: none;
}

::-ms-input-placeholder {
    font: inherit;
    overflow: visible;
    text-transform: inherit;
    opacity: 1;
    color: inherit;
    border: none;
    background: none;
}

button,
input,
optgroup,
select,
textarea,
::placeholder {
    font: inherit;
    overflow: visible;
    text-transform: inherit;
    opacity: 1;
    color: inherit;
    border: none;
    background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: inherit;
    color: inherit;
    border: 0;
}