@charset "utf-8";
:root {
  /* ベース */
	--accent-red: #c4ada5;
	--bg: #f8f7f3;
	--text-primary: #404040;
	--text-accent: #9D731A;
	--text-gr: #0E2C0A;
	--bg-red: #c4ada5;
	--bg-red-pale: #ebeae6;
	--bg-gr: #c2d4c7;
	--bg-gr-pale: #eaefe9;
	--radius: 12px;
	--serif: "Domine", serif;
	--sans: system-ui, -apple-system, "Hiragino Kaku Gothic ProN",
	 "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
	--small-text : 0.875rem;
	--tag-size : 0.75rem;
	--shadow : 0 2px 4px 2px #CCC;
}

