*
{
  border-radius:2px !important;
}
html, body {
  background: var(--eb-bg);
  color: var(--eb-text);
  /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
   font-family: "lato", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--eb-primary-700);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}
