*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
summary:focus,
[tabindex]:focus,
[contenteditable="true"]:focus,
[role]:focus {
    outline: none;
}
