/*
Theme Name: Techwac Studio
Theme URI: https://techwac.com/
Author: Techwac
Description: A lightweight, Elementor-first theme for the Techwac digital agency website.
Version: 1.0.0
Text Domain: techwac-studio
*/

:root {
	--techwac-page-bg: #050816;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--techwac-page-bg);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

a {
	color: inherit;
}

.techwac-site-main {
	min-height: 60vh;
	overflow: clip;
}

.techwac-fallback {
	max-width: 1180px;
	margin: 0 auto;
	padding: 48px 24px;
	color: #f8fafc;
	font-family: Arial, sans-serif;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
