.textarea {
    display: inline-flex;
    align-items: center;
    padding: 1.2rem 2rem 1.2rem 1.6rem;
    font-size: 1.6rem;
    line-height: 120%;
    border-radius: 0.5rem;
    transition: all 0.3s ease-out;
    border: 0;
}

.textarea::placeholder {
    font-size: 1.6rem;
    line-height: 120%;
    transition: all 0.3s ease-out;
}

.textarea--primary {
    background-color: var(--grey2);
    color: var(--grey4);
}

.textarea--primary::placeholder {
    color: var(--grey4);
}