/*
Theme Name: Nimble TBB
Theme URI: https://vjdesign.com.au/demos/true-business-brokers/
Description: True Business Brokers child theme for GeneratePress with GenerateBlocks layouts.
Author: VJ Design
Template: generatepress
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nimble-tbb
*/

/* Child theme base — layout styles live in assets/css/tbb-custom.css */

h1, h2, h3 {
	
}
p {
	max-width: 60ch;
}
.stretch-link{
	position: relative;
}
.stretch-link a::after{
	content: '';
	position: absolute;
	inset: 0;
}
.stretch-link a:is(:focus-visible)::after{
	outline: 2px solid;
}
.stretch-link a:is(:hover, :focus){
	outline: none;
}
.site-footer .menu {
	list-style-type: none;
	margin: 0 0 0 0;
}
.site-footer .menu a {
	text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}