Notary-662-Backend / index.css
SBZ-EDU
Initial commit for Cloudflare D1 integration
b273c57
Raw
History Blame Contribute Delete
280 Bytes
@import "tailwindcss";
@theme {
--font-sans: "Iransans", "Inter", ui-sans-serif, system-ui, sans-serif;
--color-brand-blue-dark: #001a5c;
--color-brand-blue: #0f172a;
--color-brand-blue-light: #1e293b;
--color-brand-gold: #d3b574;
--color-brand-yellow: #f0c96a;
}