@font-face {
  font-family: 'Rubik-Regular';
  src: url('fonts/Rubik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.input {
  border: none;
  border-bottom: 1px solid #000; /* Tambahkan garis bawah */
  background-color: transparent;
  outline: none;
  padding: 8px;
  font-size: 18px;
  overflow-y: hidden;
  font-family: 'MyFont';
}
