/* ============================================
   GLOBAL
============================================ */

html {
  scroll-behavior: smooth;
}


body {
  -webkit-font-smoothing: antialiased;
}


/* ============================================
   FORM ELEMENTS
============================================ */

input,
select,
button {
  outline: none;
}


/* ============================================
   DISABLED BUTTONS
============================================ */

button:disabled {
  cursor: not-allowed;
}
