/*
Theme Name: Direct Property
Description: Presentation-only theme for the Direct Property listing platform. Built to design_handoff_direct_property.
Author: Vianet Group Limited
Version: 0.89.0
Text Domain: direct-property
*/

body {
  font-family: var(--dp-font-body);
  color: var(--dp-color-text);
  background: var(--dp-color-bg-dashboard);
  margin: 0;
}

h1, h2 {
  font-family: var(--dp-font-body);
  font-weight: 800;
}

body.dp-lightbox-open {
  overflow: hidden;
}
