@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}:root{--foreground-color:#000;--background-start-color:#e3fcbb;--background-end-color:#a4babe}@media (prefers-color-scheme:dark){:root{--foreground-color:#080808;--background-start-color:#ddd3d3;--background-end-color:#738b8d}}html{scroll-behavior:smooth}body{color:var(--foreground-color);background:linear-gradient(to bottom,transparent,var(--background-end-color) var(--background-start-color));font-family:Poppins,sans-serif;line-height:1.7}