/*
Theme Name: Atom Child
Template: twentytwentyfive
Version: 1.0
*/

.lead-text {
  color: red;
}

.body-text {
   color:red
}
.caption-text {
   color:orangered
}
.legal-block-heading{
    font-size: 28px ;
    margin-bottom: 18px;
    font-family: 'Comfortaa', cursive;
    color: #222 ;
}
.default-text {
    font-size: 17px ;
    line-height: 1.8 ;
    color: #555 ;
    font-family: 'Montserrat', sans-serif ;
    color: pink ;
}
.is-style-lead-text {
    color: red;
    font-size: 20px;
    font-weight: 500;
}
.is-style-body-text {
    color: yellow;
}
.is-style-caption-text {
    color: orangered;
}