/* ============================================================
   Shopify Required Base Resets
   ============================================================ */

html {
  scroll-behavior: smooth;
}

button {
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

input,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}
