/* You can add global styles to this file, and also import other style files */ @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,700&display=swap"); @import "tailwindcss"; @import "flowbite/src/themes/default"; @plugin "flowbite/plugin"; @source "../node_modules/flowbite"; @theme { --font-ubuntu: "Ubuntu", sans-serif; }