body {
  font-family: "inherit", sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #333;
}
body, h1, h2, h3, h4, h5, h6, p, .elementor-heading-title, .elementor-widget-text-editor {
    font-family: 'inherit', sans-serif !important;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem;
}
.site-header,
.site-footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
a {
  color: #0073aa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
