/*
Theme Name:  Expo WA (rsgdx)
Theme URI:   https://rsgdx.com
Author:      rsgdx
Author URI:  https://rsgdx.com
Description: In-house Elementor-style theme for a single Expo WA business site. Meta-driven page templates, admin Generator for service child pages, and always-in-house header/footer.
Version:     0.4.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rsgdxewa
Tags:        custom-menu, custom-logo, featured-images
*/

/* ==========================================================================
   DESIGN TOKENS — defaults; Theme Colors / General setters override in wp_head
   ========================================================================== */

:root {
	--rsgdxewa-color-primary: #23232f;
	--rsgdxewa-color-primary-text: #c9c9d2;
	--rsgdxewa-color-highlight: #0087cd;
	--rsgdxewa-color-bg: #ffffff;
	--rsgdxewa-color-bg-text: #5a5a64;
	--rsgdxewa-color-secondary: #3f3f4a;
	--rsgdxewa-color-secondary-text: #ffffff;

	--rsgdxewa-btn-main-a-text: #ffffff;
	--rsgdxewa-btn-main-a-fill: #23232f;
	--rsgdxewa-btn-main-a-border: #23232f;
	--rsgdxewa-btn-main-b-text: #23232f;
	--rsgdxewa-btn-main-b-fill: #ffffff;
	--rsgdxewa-btn-main-b-border: #23232f;

	--rsgdxewa-btn-sec-a-text: #3f3f4a;
	--rsgdxewa-btn-sec-a-fill: #ffffff;
	--rsgdxewa-btn-sec-a-border: #ffffff;
	--rsgdxewa-btn-sec-b-text: #ffffff;
	--rsgdxewa-btn-sec-b-fill: #3f3f4a;
	--rsgdxewa-btn-sec-b-border: #ffffff;

	--rsgdxewa-font-family: "Segoe UI", Tahoma, sans-serif;
	--rsgdxewa-content-max-width: 1200px;
	--rsgdxewa-title-h1: 48px;
	--rsgdxewa-title-h2: 36px;
	--rsgdxewa-title-h3: 28px;
	--rsgdxewa-title-h4: 22px;
	--rsgdxewa-title-h5: 18px;
	--rsgdxewa-font-body: 16px;
	--rsgdxewa-btn-font-size: 16px;
	--rsgdxewa-btn-pad-v: 12px;
	--rsgdxewa-btn-pad-h: 24px;
	--rsgdxewa-btn-border-width: 1px;
	--rsgdxewa-btn-radius: 4px;
	--rsgdxewa-membership-logo-height: 48px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--rsgdxewa-font-family);
	font-size: var(--rsgdxewa-font-body);
	color: var(--rsgdxewa-color-bg-text);
	background: var(--rsgdxewa-color-bg);
	line-height: 1.6;
}

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

a {
	color: inherit;
}

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