@font-face {
  font-family: 'CustomFont';
  src: url('fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.textinput {
  font-family: 'CustomFont', sans-serif;
  background: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  padding: 8px;
  color: #fff; /* Ganti sesuai warna teks yang kamu mau */
  text-align: center;
}

/* Warna placeholder */
.textinput::placeholder {
  color: #ccc;              /* abu-abu terang */
  opacity: 1;               /* pastikan tidak transparan */
}
