/*
 * Design tokens.
 *
 * No webfont is loaded on purpose. A customer filling in a mortgage inventory
 * should not have their IP address handed to a font CDN, and the whole product
 * is built on not collecting more than necessary. The stacks below are tuned so
 * the result still reads as designed rather than as a default.
 */
:root {
	--hi-canvas:      #E7EBE6;
	--hi-canvas-deep: #DBE1DA;
	--hi-surface:     #FBFBF9;
	--hi-ink:         #101A15;
	--hi-ink-2:       #4E5C55;
	--hi-ink-3:       #7C8981;
	--hi-line:        #CDD5CC;
	--hi-line-soft:   #E2E7E0;

	--hi-pine:        #1E5A48;
	--hi-pine-deep:   #164438;
	--hi-pine-soft:   #DCE8E1;
	--hi-berry:       #8B2F52;
	--hi-berry-soft:  #F2E1E7;
	--hi-amber:       #7E620F;
	--hi-amber-soft:  #EFE9D0;

	--hi-radius:      14px;
	--hi-shadow:      0 1px 2px rgba(16,26,21,.05), 0 8px 24px -12px rgba(16,26,21,.18);

	--hi-sans:    ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--hi-display: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--hi-mono:    ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
	--hi-serif:   Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;
}
