@font-face {
  font-family: 'body_base';
  src: url('./fonts/Inter-Regular.ttf');
}
@font-face {
  font-family: 'body_bold';
  src: url('./fonts/Inter-Bold.ttf');
}
@font-face {
  font-family: 'body_medium';
  src: url('./fonts/Inter-Medium.ttf');
}

@font-face {
  font-family: 'Feather';
  src: url('./fonts/Feather.ttf');
}

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px !important;
  outline: none !important;
}
