/*
Theme Name: Black Centered Logo
Author: Custom
Description: Minimal full-screen black splash screen with a small centered logo.
Version: 1.0
*/

html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    min-height: 100%;
    background: #000 !important;
}

body {
    overflow: hidden;
}

#splash-screen {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #000 url("assets/splash.png") center center / cover no-repeat;
}
