html {
	/* Border stroke widths */
	--border-s: var(--size-1); /* 1px */
	--border-m: 0.09375rem; /* 1.5px - intentionally specific for borders */
	--border-l: var(--size-2); /* 2px */
	--border-xl: var(--size-3); /* 3px */

	/* Border radius */
	--radius-none: 0;
	--radius-s: var(--size-2); /* 2px */
	--radius-m: var(--size-4); /* 4px */
	--radius-l: var(--size-8); /* 8px */
	--radius-xl: var(--size-12); /* 12px */
	--radius-full: 62.4375rem; /* 999px - intentionally large */
}
