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

html, body {
  margin: 0 !important;
}

body {
  font-family: 'Lato', 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  overflow: visible;
}

input, select, button, textarea, option {
  font-family: 'Lato', 'Segoe UI', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}