/*
Theme Name: Ready For Bingo
Theme URI: https://readyforbingo.com
Description: Standalone theme. No Appearance menu (themes, customize, menus, widgets, editors) and no theme options screens. Brand and layout are edited in this repo and deployed; server changes use WP-CLI.
Author: Ready For Bingo
Version: 2.2.1
Text Domain: ready-for-bingo
Requires at least: 6.0
Tested up to: 6.9
*/

/*
 * Base layout rules. Prefer brand tokens and components in assets/css/custom.css.
 */

body {
	margin: 0;
	/* Font, color, and type scale: assets/css/custom.css (loads after this sheet). */
}

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

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	width: auto;
	left: 0.5rem;
	top: 0.5rem;
	padding: 0.5rem 1rem;
	z-index: 100000;
	text-decoration: none;
	/* Tokenized focus look: custom.css (.skip-link:focus) */
}
