@use "../../00-base/mixin/core.mixin";
@use '../../00-base/colors/colors';

.hoo-input-description{
    color: colors.$neutral-700;
    font-size: core.px2rem(12px); // TODO: font size to small
	font-weight: 400;
    margin: 0;
    margin-bottom: .25rem;
    margin-top: .25rem;
    width: 100%;
    max-width: 65ch;
    line-height: 1.1;
    text-wrap: balance;
}