@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;900&display=swap');

html,
body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Open Sans', 'Segoe UI', sans-serif !important;
}

button,
option,
select,
input,
textarea {
  font-family: 'Open Sans', 'Segoe UI', sans-serif !important;
}
