/*
Theme Name: Buddy Base
Theme URI: https://shiftmarketing.nl/themes/buddy-base/
Author: Marketing Shift
Author URI: https://shiftmarketing.nl/
Description: A fast, hand-written classic PHP starter theme for marketing sites. Ships a typed component library, editable content regions backed by native WordPress data, a Gravity Forms adapter and a compiled Tailwind stylesheet. No page builder, no external services, no build step required to run it.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buddy
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready, accessibility-ready, blog, portfolio
*/

/*
 * All visual styling lives in the compiled Tailwind stylesheet: assets/app.css
 * (source: src/app.css). This file exists for the WordPress theme header and for
 * the handful of rules that must survive even if the compiled stylesheet is missing.
 */

.buddy-skip-link {
	position: absolute;
	left: -9999rem;
	top: 0.5rem;
	z-index: 100000;
}

.buddy-skip-link:focus {
	left: 0.5rem;
}

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

.screen-reader-text:focus {
	clip-path: none;
	height: auto;
	margin: 0;
	position: static;
	white-space: inherit;
	width: auto;
}
