h5 {
 display:inline;
 font-weight: normal; // не жирный
 font-size: 8px // размер текста
 font-family: sans-serif // шрифт текста
}

    .content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:after,
    .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper:after{
        background: rgba(225, 189, 189, 0.8);    }
    /*Typography*/
    html{
        font-size   : 18px;
    }
    body {
        font-family : Esteban;
        font-size   : 18px;        
    }
    .about-section::before{
        background-image: url('https://atomcost.pages.dev/wp-content/themes/sarada-lite/images/about-section-bg.png');
    }
    .movah .lyrez .semasi{
        font-size   : 36px;
        font-family : Caveat;
        font-weight : 700;
        font-style  : normal;
    }
    .movah .lyrez .semasi a{
        color: #111111;
    }
    :root {
	    --primary-font: Esteban;
	    --secondary-font: Caveat;
	    --primary-color: #e1bdbd;
	    --primary-color-rgb: 225, 189, 189;
        --secondary-color: #fdf2ed;
        --secondary-color-rgb: 253, 242, 237;
	}
    .custom-logo-link img{
	    width: 70px;
	    max-width: 100%;
	}

 .exam_01 {
    background: linear-gradient(135deg, #f4e3f0 50%, #e2debe 50%);
    color: #49152C;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

 .exam_02 {
    padding: 20px 40px; / *отступ вложенного текста от рамки */
    background: #968089; /* фон рамки */
    font-size: 20px; /* размер шрифта */
    border: 2px dashed #e3c3d4; /* размер, форма и цвет рамки */
    border-radius: 10px; /*  радиус скругления углов рамки */
    box-shadow: 0 0 0 4px #968089, 2px 1px 6px 4px rgba(150, 128, 137, 0.5); /* смещение, размер и цвет тени рамки*/
      color: #777;
      font-family: 'Lato', sans-serif;
}

 .exam_03 {
    border-radius: 5px;
    color: #fff;
    font-family: verdana, 'open sans', sans-serif;
    padding: 10px 14px 10px 44px;
    position: relative;
    box-shadow: 0px 1px 5px #999;
    background-color: #8a9bab;
}


 .exam_04 {
    background-color: #feeff4;
    border-left: 6px solid #e04386;
    color: #49152c;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}


 .exam_05 {
    background-color: #feeff4;
    border: 4px solid #d9fcff;
    color: #968089;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}
