/*
Theme Name: Pointech
Theme URI: https://pointech.pl/
Author: Pointech
Author URI: https://pointech.pl/
Description: Lekki, zgodny z Elementorem motyw WordPress dla Pointech — polskiego software house (Auto-ID, AI, CRM oraz integracja sprzętu). Zbudowany od zera w oparciu o firmowy design system. Przygotowany pod wielojęzyczność (Polylang), zgodny ze standardami WWW i WCAG, fundament pod dalsze prace.
Version: 1.0.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pointech
Domain Path: /languages
Tags: business, technology, elementor, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, full-width-template, two-columns, right-sidebar
*/

/*
 * Cały system stylów (design tokens + komponenty) jest ładowany przez
 * wp_enqueue_style() w inc/enqueue.php:
 *   - assets/css/design-tokens.css  (zmienne CSS z firmowego design systemu)
 *   - assets/css/theme.css          (komponenty motywu)
 *
 * Ten plik zawiera tylko nagłówek motywu (wymagany przez WordPress)
 * oraz minimalny reset, aby motyw był poprawny nawet bez kolejki stylów.
 */

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

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

body {
	margin: 0;
	min-height: 100vh;
}

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

a { color: inherit; }

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

.skip-link.screen-reader-text:focus {
	background-color: #fff;
	clip: auto;
	clip-path: none;
	color: #1B28C6;
	display: block;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 16px 24px;
	position: fixed;
	top: 8px;
	width: auto;
	z-index: 100000;
	box-shadow: 0 4px 12px rgba(11, 17, 128, .18);
}
