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

.svg:not([height]) {
	min-height: 10px;
}

.svg:not([width]) {
	min-width: 10px;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 12rem;
}

@media all and (min-width: 1200px) {
	html {
		scroll-padding-top: 15rem;
	}
}

@media all and (max-width: 1279px) {
	.page-id-422 #brx-footer {
	  margin-bottom: 60px;
	}
}

/* h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
	    letter-spacing: 1px;
} */

.accent {
	color: var(--goldig);
}