/* common.css — Galène base styles */

h1 {
    font-size: 150%;
}

.inline {
    display: inline;
}

.signature {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0;
    clear: both;
    min-height: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature a {
    color: rgba(167, 139, 250, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.15s ease;
}

.signature a:hover {
    color: #a78bfa;
}

body {
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family:
        "DM Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #9494b8;
    text-align: left;
    background-color: #06060e;
}

*,
:after,
:before {
    box-sizing: border-box;
}

textarea {
    font-family:
        "DM Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.row .full-width {
    padding-top: 50px;
    height: 100vh;
}

#chat {
    height: 94vh;
}
