// studio.config.ts — ethica design system · 2026
export default {
studio: {
name: "Ethica",
role: "AI-Augmented Design Studio",
founder: "Dustin Chambers",
contact: "hello@ethica.design",
},
brand: {
accent: "#7870BC", // --accent-500
theme: "dark", // data-theme
typography: ["Fraunces", "Inter", "JetBrains Mono"],
},
products: [
{ id: "farmfund", accent: "#F59E0B", status: "active" },
{ id: "guardianroute", accent: "#06B6B4", status: "active" },
{ id: "govdata", accent: "#3B82F6", status: "active" },
{ id: "project-04", accent: "—", status: "building" },
],
}
© 2026 Ethica · Dustin Chambers