/* Style for Desktop */
@import url("fonts/fonts.css"); 

/* Style for Desktop */

@import url("responsive-5dtest-desktop.css");
/*@import url("responsive-saftey-second-landing-desktop.css");*/

/* Style for Tablet */
@import url("responsive-5dtest-tablet.css") only screen and (max-width: 1024px);
/*@import url("responsive-saftey-second-landing-tablet.css") only screen and (max-width: 1024px);*/

/* Style for Mobile */
@import url("responsive-5dtest-mobile.css") only screen and (max-width: 767px);
/*@import url("responsive-saftey-second-landing-mobile.css") only screen and (max-width: 767px);*/

