/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/** Global Custom Styles**/

.wp-block-image {
margin: 2em 0 2em 0 !important;
}
.wp-block-image .alignleft {
    margin: 0.5em 2em 0.5em 0 !important;
}
.wp-block-image .alignright {
    margin: 0.5em 0 0.5em 2em !important;
}
.H1-accent {
font-family: "Julietta Messie";
font-size: 56px;
color: #04AE71;
line-height: 1.4em;
letter-spacing: -0.02em;
}
.H2-accent {
font-family: "Julietta Messie";
font-size: 44px;
color: #04AE71;
line-height: 1.4em;
letter-spacing: -0.02em;
}

@media only screen and (max-width: 1200px) {
.H1-accent {
font-size: 48px;
line-height: 1.1em;
}
.H2-accent {
font-size: 40px;
line-height: 1.1em;
}
}

@media only screen and (max-width: 1024px) {
.H1-accent {
font-size: 44px;
line-height: 1.1em;
}
.H2-accent {
font-size: 34px;
line-height: 1.1em;
}
}

@media only screen and (max-width: 767px) {
.H1-accent {
font-size: 36px;
line-height: 1.1em;
}
.H2-accent {
font-size: 30px;
line-height: 1.1em;
}
}