/*
 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
*/

.bricks-type-hero { 
  font-size: var(--text-4xl); 
  text-transform: uppercase; 
  font-weight: 900; 
}
.bricks-type-lead { 
  font-size: var(--text-l); 
  font-style: italic; 
}