@font-face {
	font-family: "Hack";
	src: url("../fonts/hack/Hack-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Hack";
	src: url("../fonts/hack/Hack-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Hack";
	src: url("../fonts/hack/Hack-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Hack";
	src: url("../fonts/hack/Hack-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

:root {
	--dazeraw-font-family: "Hack", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
h1,
h2,
h3,
h4,
h5,
h6,
.woocommerce,
.wp-block-button__link,
.wc-block-components-button {
	font-family: var(--dazeraw-font-family) !important;
}
