/* src/styles/global.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;



/* Optional: styling tambahan */
body {
  @apply font-sans bg-white text-black dark:bg-zinc-900 dark:text-white;
}
