/*
Theme Name: Nicotech N Design
Theme URI: https://www.nicotechndesign.com
Author: Nicotech N Design
Author URI: https://www.nicotechndesign.com
Description: Custom Elementor Native WordPress theme for Nicotech N Design with bundled Elementor installer and One-Click 27-Page Setup Engine (`_column_size: 100` exact layout).
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: nicotech
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	background-color: #050708;
	color: #ffffff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Base Theme Variables */
:root {
	--primary: #50c8ff;
	--secondary: #a855f7;
	--surface: #050708;
	--surface-dim: #0b0f10;
	--surface-bright: #191c1e;
	--outline-variant: #363a3b;
}
