tailwind.config = { darkMode: "class", theme: { extend: { colors: { "primary": "#212121", "background-dark": "#212121", "accent": "#64FFDA", "text-primary": "#CCD6F6", "text-secondary": "#8892B0", "bot-bubble": "#112240", "user-bubble": "#136aec", }, fontFamily: { "display": ["Space Grotesk", "sans-serif"], "heading": ["Poppins", "sans-serif"] }, borderRadius: { "DEFAULT": "0.5rem", "lg": "1rem", "xl": "1.5rem", "full": "9999px" }, }, }, }
Online • Ready to help