@layer base {
	html {
		background: var(--color-canvas);
		color: var(--color-ink);
		font-family: system-ui, sans-serif;
	}
	h1 { font-size: 2.5rem; font-weight: 700; }
	h2 { font-size: 2rem;   font-weight: 700; }
	h3 { font-size: 1.5rem; font-weight: 600; }
	br { height: 1rem; }
	 ul {
		margin-left: 1rem;
		list-style-type: disc;
	 }
	 ol {
		margin-left: 1rem;
		list-style-type: decimal;
	 }

}