svg,
img,
video,
a {
    display: block;
}

img,
video {
    object-fit: cover;
}

a {
    text-decoration: none;

    color: inherit;

    outline: none;
}

input,
button {
    padding: 0;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

    text-transform: inherit;
    letter-spacing: inherit;

    background: none;

    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;

    font-size: inherit;
    font-weight: inherit;
}

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

    list-style-type: none;
}