@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-VariableFont_wght.ttf') format('truetype-variations');
}

body, body * {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 300;
    font-stretch: 50%;
}

input[type="text"], textarea {
    box-sizing: border-box;
    outline: none;
}

.textInput {
    border-bottom-right-radius: 0;
}

.autoCorrectWrapper {
    position: relative;
    margin-top: -1em;
}

.autoCorrectButtonWrapper {
    position: absolute;
    right: 0; top: 0;
    width: 32px; height: 32px;
}

button[type="button"].autoCorrectButton {
    position: absolute;
    top: -2px; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url("/img/ftspellcheck-selected.png");
    background-size: 60% auto;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px silver;
    border-top-color: transparent;
    border-radius: 4px;
}