:root {
    --font-base: DM Sans;
    --font-headings: DM Sans;
    --font-input: DM Sans;
  }

  body,
  #content,
  .entry-content,
  .post-content,
  .page-content,
  .post-excerpt,
  .entry-summary,
  .entry-excerpt,
  .widget-area,
  .widget,
  .sidebar,
  #sidebar,
  footer,
  .footer,
  #footer,
  .site-footer {
    font-family: "DM Sans";
  }

  #site-title,
  .site-title,
  #site-title a,
  .site-title a,
  .entry-title,
  .entry-title a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .widget-title {
    font-family: "DM Sans";
  }

  button,
  .button,
  input,
  select,
  textarea,
  .wp-block-button,
  .wp-block-button__link {
    font-family: "DM Sans";
  }