/*
Theme Name: Think Higher Consultants
Theme URI: https://thinkhigher.com.au/
Author: Think Higher Consultants
Author URI: https://thinkhigher.com.au/
Description: A fast, fully responsive custom WordPress theme for Think Higher Consultants — MARA-registered Australian education & migration consultants. Includes bespoke templates for the homepage, student visa, health-cover providers, visa/skills service pages, blog, legal pages and a one-click demo content importer that builds the entire site and mega-menu. No page builder required.
Version: 2.3.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: think-higher
Tags: business, education, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, blog
*/

/*
 * The full design system lives in /assets/css/theme.css (enqueued in functions.php).
 * This file only carries the required theme header above plus a couple of base
 * safeguards so the theme degrades gracefully if the main stylesheet is ever missing.
 */

:root { --th-red: #e8312a; }

body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	background: #fff;
	color: var(--th-red);
	padding: 10px 16px;
	border-radius: 6px;
}
