/* Generated Studio theme — earth_organic */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --color-bg: #eef4ea;
  --color-surface: #f7faf6;
  --color-ink: #14261a;
  --color-muted: #4b6353;
  --color-accent: #166534;
  --color-accent-soft: #65a30d;
  --font-display: "Poppins", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
}
