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

* {
    margin: 0;
}

body {
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
button {
    touch-action: manipulation;
    cursor: revert;
}

a[class] {
    text-decoration: none;
}

dialog:modal {
    max-height: 100dvh;
    max-width: 100vw;
    border: none;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
