/*
Theme Name: PlayPal
Theme URI: https://playpal.site/
Description: Rent, letvægts-tema til PlayPal – P2P-handelsplatform for brætspil, TCG og konsol/PC-spil. Bygget til WordPress + WooCommerce + Dokan. Forsidefokus i v0.1; farver og billeder finpudses senere.
Author: PlayPal
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: playpal
Tags: custom-menu, featured-images, translation-ready, full-width-template

The bulk of the styling lives in assets/css/main.css (enqueued from inc/enqueue.php).
This file only carries the required theme header plus a tiny base reset.
*/

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px; width: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
.skip-link:focus {
	position: fixed;
	top: 12px; left: 12px;
	z-index: 100000;
	padding: .6rem 1rem;
	background: #fff;
	color: #111;
	border-radius: 6px;
}
