/* Base HTML and host styling */
html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: "Geist Mono", "Geist Mono Fallback", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

/* Fallback outline and border colors */
* {
    border-color: var(--border);
    outline-color: var(--ring);
}

/* Universal reset */
*, *::before, *::after, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
}