/*
Theme Name:   PHVC
Description:  PHVC child theme - extension of bricks.
Author:       GetCrisp
Author URI:   https://getcrisp.co.uk/
Template:     bricks
Version:      1.1
*/


@import url("https://use.typekit.net/mgb2pen.css");

h1, h2, h3, h4, h5, h6, p, span:not(#wpadminbar span), button, a, div {
	font-family: "quicksand", sans-serif !important;
}

body {
	background-color: var(--primary);
	max-width: 100vw;
	overflow-x: hidden;
}

section {
  max-width: 100vw;
}

.brx-option-disabled, .brx-option-disabled:disabled {
	display: none;
}

a:focus, button:focus {
	border-style: unset !important;
	border-color: unset !important;
	border-width: unset !important;
	outline: unset !important;
}