html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #111;
}

#textagram-app,
.tg-root {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.5em;
    background: #fff;
    color: #111;
    font-family:
        ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono",
        monospace;
    font-size: 16px;
    line-height: 1;
}

.tg-root,
html,
body {
    background: #fff;
    color: #111;
}

.tg-root {
    outline: none;
    position: relative;
}

.tg-root,
.tg-screen,
.tg-row {
    user-select: none;
    -webkit-user-select: none;
}

.tg-measure {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    white-space: pre;
}

.tg-input-capture {
    position: fixed;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: transparent;
    resize: none;
}

.tg-screen {
    width: 100%;
    height: 100%;
}

.tg-row {
    white-space: pre;
    height: 1em;
}

.tg-grid {
    color: rgba(0, 0, 0, 0.6);
}
.tg-corruption {
    color: #c62828;
}
.tg-cursor {
    color: #000;
    background: #ffd84d;
}
.tg-selection {
    color: #000;
    background: #d9ecff;
}
.tg-help-heading {
    color: #0b57a3;
    font-weight: 700;
}
.tg-help-key {
    color: #8a4b00;
    font-weight: 700;
}
