/*
 Theme Name:   Homes Noble
 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
*/

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

h1, h2, h3, h4, h5, h6, a, p, button {
	font-family: "Bricolage Grotesque", sans-serif !important;
}

.hero-highlight{
  background: var(--yellow);
  padding: 15px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.page-id-398 .category-buttons a:nth-child(1), 
.category-case-study .category-buttons a:nth-child(2), 
.category-insight .category-buttons a:nth-child(3) {
	background-color: var(--yellow);
	color: var(--white);
}

#menu-main-menu-1 a[aria-current="page"] {
	border-bottom: 1px solid var(--yellow);
}