@font-face {
font-family: 'Stafford Serial Heavy';
font-weight: 400;
font-style: normal;
src: 	url(https://hefnerplumbing.com/wp-content/uploads/2024/10/Stafford-Serial-Heavy-Regular.woff2) format('woff2');
font-display: block;
}
@font-face {
font-family: 'Helvetica Neue';
font-weight: 400;
font-style: normal;
src: 	url(https://hefnerplumbing.com/wp-content/uploads/2024/11/HelveticaNeueLTStd55Roman.woff2) format('woff2');
font-display: auto;
}
@font-face {
font-family: 'Helvetica Neue';
font-weight: 700;
font-style: normal;
src: 	url(https://hefnerplumbing.com/wp-content/uploads/2024/11/HelveticaNeueLTStd75Bold.woff2) format('woff2');
font-display: auto;
}
@font-face {
font-family: 'Helvetica Neue';
font-weight: 900;
font-style: italic;
src: 	url(https://hefnerplumbing.com/wp-content/uploads/2024/11/HelveticaNeue-BlackItalic.woff2) format('woff2');
font-display: auto;
}
:root {
--fh-stafford-serial-heavy: 'Stafford Serial Heavy';
--fh-helvetica-neue: 'Helvetica Neue';
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Stafford Serial Heavy';
font-weight: 400;
}
.has-stafford-serial-heavy-font-family{ 
font-family: var(--fh-stafford-serial-heavy);
}
.has-helvetica-neue-font-family{ 
font-family: var(--fh-helvetica-neue);
}