/*
 Theme Name:   ByLaw Child
 Theme URI:    https://bylaw.wpengine.com/
 Description:  ByLaw Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     bylaw
 Version:      1.0.0
 Text Domain:  bylaw-child
*/
:root {
  --wdtPrimaryColor: #225340 !important;
  --wdtPrimaryColorRgb: 34, 83, 64 !important;
  --wdtSecondaryColor: #97c453 !important;
  --wdtSecondaryColorRgb: 151, 197, 83 !important;
  --wdtBodyBGColor: #fff !important;
}

p,
.wdt-heading-content-wrapper {
  font-size: 19px !important;
}

body {
  font-size: 19px !important;
}

li {
  line-height: 1.1 !important;
}
