/* Morning Sage — canonical visual tokens for the extension and future landing page. */
:root {
	--ms-paper: #f2f6f1;
	--ms-porcelain: #fbfcf9;
	--ms-foliage-pale: #dce7da;
	--ms-sage: #91ac93;
	--ms-green: #3d6550;
	--ms-green-hover: #315640;
	--ms-ink: #243b31;
	--ms-secondary: #526257;
	--ms-border: #d6e0d3;
	--ms-control-border: #718975;
	--ms-blue: #a6bec7;
	--ms-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ms-font-editorial: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--ms-radius-card: 11px;
	--ms-radius-control: 10px;
	--ms-shadow-card: 0 2px 5px rgb(36 59 49 / 2%);
}
