html,
body,
div,
section,
nav,
header,
footer,
span,
h1,
h2,
h3,
h4,
p,
ul,
li,
input,
textarea,
button,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: baseline;
    scroll-behavior: smooth;
}
p, li,
input,
textarea,
button {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #000;
    opacity: 0.9;
}

