/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
    margin: 0;
    padding: 0;
    line-height: calc(0.25rem+1em+0.25rem)
}

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

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

body {
    text-rendering: optimizeSpeed;
    min-block-size: 100%
}

:where(img, svg, video) {
    block-size: auto;
    max-inline-size: 100%
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    word-spacing: inherit
}

h1 {
    font-size: 2em
}

ul,
li {
    list-style-type: none;
}

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