/* Explain: Base styles, resets, and global typography defaults. - */
* {
    box-sizing: border-box;
}

html {
    background: var(--background-color);
}

body {
    overflow-x: hidden;
}

[x-cloak] { 
    display: none !important; 
}