@import "/public/css/global.css?ver=1.11";
@import "/public/components/SignIn/SignIn.css?ver=1.11";

html, body {
    background-color: #f1f1f1;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 15px;
    font-family: 'Roboto Condensed', serif;
}

body > main {
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

[data-theme="dark"] body {
    background-color: #1c2231;
}