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



.content-template {
	h1, h2, h3, h4, h5, h6 {
		font-family:"Arial"; 
		margin-bottom: var(--space-m);
	}
	
	h1 {
		font-size:var(--text-xl);
	}
	h2 {
		font-size:var(--text-l);
	}
	
	h3, h4, h5, h6 {
		font-size:var(--text-m);
	}
	
	table {
    	margin-bottom: var(--space-m);
	}
}