/*
Theme Name: gp-child
Theme URI: https://digitalsmithy.co.uk
Description: GP child theme by Digital Smithy
Author: Digital Smithy
Author URI: https://digitalsmithy.co.uk
Template: generatepress
Version: 1.0.0
*/
h1, h2, h3, h4, h5, h6 { font-family: "M PLUS Rounded 1c", sans-serif!important; }

.std-left.gb-button-wrapper .gb-button {
  justify-content: flex-start;
}
.std-left.gb-button-wrapper .gb-button-text {
  text-align: left;
}
.tax-flex { display: flex; flex-wrap: wrap; gap: 1rem; width: 100%; }
.tax-con { flex: 1 0 32%; }
@media screen and (max-width: 768px) {
.tax-con { flex: 0 0 100%; }	
}