*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--ase-surface-0);
    font-family: var(--ase-font-mono);
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

img {
    display: block;
}
