/* copied for production */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: var(--color-bg, #0e1116);
    color: var(--color-text, #fff);
    font-family: 'Inter', system-ui, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background: var(--color-bg, #0e1116);
    color: var(--color-text, #fff);
    font-family: 'Inter', system-ui, sans-serif;
}