html {
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

body {
    margin: 0;
}

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

select {
    min-height: 2.625rem;
}

table {
    border-collapse: collapse;
}

.errorlist {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
