/*
Theme Name: BizSwoop Tenant
Theme URI: https://bizswoop.com
Description: Minimal tenant theme for BizSwoop Multisite. Displays a centered logo. No front-end functionality.
Author: BizSwoop
Version: 1.0.0
Text Domain: bizswoop-tenant
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    background: #ffffff;
}

.bizswoop-tenant-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.bizswoop-tenant-wrap img {
    max-width: 280px;
    height: auto;
}
