/*
Theme Name: Grand Theft Planet
Theme URI: https://grandtheftplanet.com
Author: Grand Theft Planet
Description: Minimales Theme für Grand Theft Planet. Bringt bewusst KEIN eigenes Design mit – das komplette Aussehen liefert das Plugin "Grand Theft Planet". Dieses Theme stellt nur das saubere HTML-Gerüst bereit und hält sich sonst komplett heraus. Dadurch gibt es keine Farbkonflikte, keine doppelten Header/Footer und keine fremden Standardfarben mehr.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: gtp-theme
Tags: e-commerce, custom-menu, translation-ready
*/

/* Absichtlich fast leer.
   Alles Sichtbare kommt aus dem Plugin. Hier stehen nur die absoluten
   Grundlagen, ohne die jedes HTML-Dokument kaputt aussieht. */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background: #060606;
	color: #ffffff;
	font-family: 'Archivo', Arial, sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
video,
svg {
	max-width: 100%;
	height: auto;
}

/* Nur für Screenreader sichtbar */
.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;
}

/* Sprunglink zum Inhalt */
.gtp-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 20px;
	background: #1479ca;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}

.gtp-skip-link:focus {
	left: 8px;
	top: 8px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
