/*
Theme Name: Kaye
Theme URI: https://www.knowaboutyourexam.com
Author: Mercy Soft
Description: A custom WordPress theme
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: mercy
*/
.mheading h1,.mheading h2,.mheading h3,.mheading h4, .mheading h5,.mheading h6{
  color: var(--wp--preset--color--two) !important;
}
.mlist ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

.mlist ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--three);
}