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

body.bricks-is-frontend :focus-visible {
	outline: none;
	border-color: var(--primary);
}
/*
h1, h2, h3, h4 {
  hyphens: auto;
  -webkit-hyphens: auto; 
  -ms-hyphens: auto;    
  overflow-wrap: break-word;
  word-wrap: break-word;
}*/