/*Theme Name: TruckLed Template
Theme URI: 
Author: MetalxDServices | Colombia
Author URI: 
Description: WE ACCEPT LAST MINUTE BOOKINGS!
Version: Final
Requires at least: 5.0
Text Domain: DRTG Template;
Tested up to: 5.6
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Developed by MetalxDServices | Colombia*/

@import 'assets/css/general/navbar.css';
@import 'assets/css/general/footer.css';
@import url('https://fonts.googleapis.com/css2?family=Genos:wght@400;800&display=swap');
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css';

/* Global Styles */
*, ::after, ::before {box-sizing: border-box;}

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	color: white;
	overflow-x: hidden;
	background-color: #1E2021;
	font-family: 'Genos', sans-serif;
}

h2, h3, h1{margin: 0;}

a{
	color: inherit;
	text-decoration: none;
}

/* Developed and Powered by MetalxDServices | Colombia