* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  max-width: 100%;
}

input, textarea, button {
  font-family: 'Manrope', sans-serif;
}

input:disabled {
  background-color: #f7f7f5;
  color: #888;
  cursor: not-allowed;
}

#FLIP_NOMINAL_GRID button.bg-brand-dark {
  background-color: #1A1A1A;
  color: #ffffff;
  border-color: #1A1A1A;
}

#FLIP_BTN_DONASI:not(:disabled):hover {
  background-color: #C0392B;
}
