/*
Theme Name: Viserene
Description: Minimal theme for Viserene SPA
Version: 1.0.0
*/

/* Base Reset */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove WordPress admin bar spacing when logged in */
html.wp-toolbar {
    padding-top: 0 !important;
}

body.admin-bar {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* WordPress entry content reset */
.entry-content,
.post-content,
.page-content,
article {
    margin: 0 !important;
    padding: 0 !important;
}

/* Common WordPress elements that add unwanted spacing */
.wp-block-post-content,
.wp-site-blocks {
    margin: 0 !important;
    padding: 0 !important;
}

/* App containers - full height */
#pp-root,
#pp-landing {
    min-height: 100vh;
}
