/*
Theme Name: Bitmoq
Theme URI: https://www.bitmoq.com
Description: Bitmoq Technologies — Salesforce AI-augmented managed services. Built to run with Elementor.
Author: Bitmoq Technologies
Author URI: https://www.bitmoq.com
Template: hello-elementor
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bitmoq
*/

:root {
	--bmq-bg: #070d18;
	--bmq-text: #f3f6fb;
}

html {
	background: var(--bmq-bg);
}

body {
	background: var(--bmq-bg);
	color: var(--bmq-text);
	font-family: "Instrument Sans", "Segoe UI", sans-serif;
}

.site-header,
.site-footer {
	background: var(--bmq-bg);
	color: var(--bmq-text);
}

.site-header a,
.site-footer a {
	color: var(--bmq-text);
	text-decoration: none;
}
