I am raw html block.
Cli@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
--font-display: "Outfit", sans-serif;
}
@layer base {
body {
@apply font-sans text-slate-900 bg-slate-50;
}
h1, h2, h3, h4, h5, h6 {
@apply font-display font-semibold tracking-tight;
}
}
ck edit button to change this html