html, body,* {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;

    font-family:
            /* Standard system fonts (like Inter, if loaded elsewhere) */
            system-ui,
            -apple-system,
            BlinkMacSystemFont,
            'Segoe UI',
            Roboto,
            Oxygen,
            Ubuntu,
            Cantarell,
            'Open Sans',
            'Helvetica Neue',
            sans-serif,

            /* Essential Emoji Fallbacks for Windows and macOS/Linux */
            'Segoe UI Emoji',
            'Segoe UI Symbol',
            'Noto Color Emoji' !important;

}




