/* Import All css here */
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&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;}