/*!
Theme Name: Halo-theme
Theme URI: https://Softiv.co/
Author: Muhammad Hamza Ahmed
Description: Halo Laboratories design port for WordPress and WooCommerce.
Version: 9.0.0
Requires PHP: 8.0
Text Domain: halo-theme
*/

:root {
	--halo-bg: #f7f7f5;
	--halo-fg: #141414;
	--halo-muted: #666;
	--halo-line: rgba(17, 24, 39, 0.08);
	--halo-accent: #40336e;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--halo-bg);
	color: var(--halo-fg);
	font-family: "Poppins", sans-serif;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	left: -9999px;
}

.halo-fallback {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.halo-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.halo-simple-header,
.halo-simple-footer {
	background: #fff;
	border-bottom: 1px solid var(--halo-line);
}

.halo-simple-header .halo-shell,
.halo-simple-footer .halo-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
}

.halo-simple-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 14px;
}

.halo-fallback-main {
	flex: 1;
	padding: 48px 0;
}

.halo-fallback-card {
	background: #fff;
	border: 1px solid var(--halo-line);
	border-radius: 24px;
	padding: 32px;
	box-shadow: 0 20px 40px rgba(17, 24, 39, 0.06);
}

.halo-fallback-card h1,
.halo-fallback-card h2,
.halo-fallback-card h3 {
	margin-top: 0;
}

.halo-footer-note {
	color: var(--halo-muted);
	font-size: 13px;
}
