/*
Theme Name: DASHQ
Theme URI: https://dashq.io
Author: DASHQ Team
Description: Zero-Scroll Dashboard Theme for WordPress
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: dashq

body {
    margin: 0;
    padding: 0;
    background: #09090b;
    color: #fafafa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
}
#root {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.loading-screen {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    letter-spacing: -0.05em;
    font-size: 2rem;
    color: #10b981;
}
*/