html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body ul.af_list li.af_item {
  font-size: 1.1rem;
  padding: 0.75rem 0.5rem;
}


body ul.af_list.af_list {
  /* this is pretty atrocious, but the element is positioned at root so we have to calculate the width manually */
  width: calc(100vw - 16px - 16px - 2px) !important;
  box-sizing: border-box;
}

body ul.af_list.af_list li.af_item {
  padding: 9px 13px;
  font-size: 1rem;
}