@use "../abstract/functions" as fns;

/* purgecss start ignore */
input,
button,
label {
  line-height: 1.1;
}

textarea:where(:not([rows])) {
  min-height: fns.rem(160);
}
/* purgecss end ignore */
