/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: Child theme for Hello Elementor
 Author: Ammar
 Template: hello-elementor
 Version: 1.0.0
*/
/*GENERATED TAILWIND PASTE BELOW*/

/* Add your custom styles below */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.single-content h2 {
 color: #801C0F;
font-size: 32px;
}
.single-content h3 {
    color: #1C1F24;
    font-size: 26px;
}
.single-content h4 {
    color: #1C1F24;
    font-size: 22px;
}
.single-content h5 {
    color: #1C1F24;
    font-size: 20px;
}
.single-content h6 {
    color: #1C1F24;
    font-size: 18px;
}
.single-content p {
    font-family: 'Satoshi-Variable' !important;
    color: #1C1F24;
    font-size: 16px;
    margin-bottom: 10px;
}
.wp-block-heading {
    color: #1C1F24;
    margin-bottom: 10px;
     font-family: "Plus Jakarta Sans", sans-serif;
}
.wp-block-table{
     margin-bottom: 10px;
}
.wp-block-image{
     margin-bottom: 10px;
}
.single-content a {
    color: #801C0F;
    font-size: 15px;
    display: inline;
    font-weight: bold;
}
.wp-block-list{
    list-style: disc;
    list-style-position: inside;
    margin-left: 10px;
     margin-bottom: 10px;
    /* margin: 0; */
    padding: 0;
}