/*---------------------------------------------------------------------------------


Theme Name:  BlankSlate Child Theme for KAT Marketing projects
Description: A BlankSlate child theme for KAT Marketing projects.
Author:      KAT Marketing
Author URI:  https://kat.marketing/
Template:    blankslate
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


------------------------------ ADDITIONAL CSS HERE ------------------------------*/


ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
}
b {
    font-weight:600 !important;
}
strong {
    font-weight:600 !important;
}
em {
    font-style: oblique;
}