/* Import All css here */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import "bootstrap.min.css";
@import "style.css";
@import "dev-style.css";

/* Body Hidden till Load the page */
body:not(.page-loaded) { opacity: 0; overflow: hidden;}