:root {
	--hc-ink: #171717;
	--hc-charcoal: #4A4A46;
	--hc-ivory: #F7F5F0;
	--hc-soft-white: #FCFBF8;
	--hc-stone: #D9D4CB;
	--hc-line: #E6E1D8;
	--hc-taupe: #8A8175;
	--hc-space-xs: .5rem;
	--hc-space-sm: 1rem;
	--hc-space-md: 1.5rem;
	--hc-space-lg: 2.5rem;
	--hc-space-xl: 4rem;
	--hc-space-2xl: 6rem;
	--hc-space-3xl: 8rem;
	--hc-transition: 180ms ease;
}
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hc-ivory); color: var(--hc-ink); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { text-underline-offset: .18em; text-decoration-thickness: 1px; }
img { max-width: 100%; height: auto; }
button,input,select,textarea { font: inherit; }
.wp-site-blocks { min-height: 100vh; }
.wp-block-button__link,button,input[type="submit"],input[type="button"] {
	transition: background-color var(--hc-transition),color var(--hc-transition),border-color var(--hc-transition),opacity var(--hc-transition);
}
.wp-block-button__link:hover,button:hover,input[type="submit"]:hover,input[type="button"]:hover { opacity: .88; }
input,select,textarea {
	background: transparent; color: var(--hc-ink); border: 1px solid var(--hc-line); border-radius: 0; padding: .9rem 1rem;
}
input:focus,select:focus,textarea:focus { outline: 1px solid var(--hc-ink); outline-offset: 1px; border-color: var(--hc-ink); }
::selection { background: var(--hc-ink); color: var(--hc-soft-white); }
@media (max-width: 782px) {
	:root { --hc-space-xl: 3rem; --hc-space-2xl: 4rem; --hc-space-3xl: 5rem; }
}
