/* Compatibility layer only. Active product UI rules live in canon.css. */

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}
