/*
Theme Name: Woonreis Platform
Theme URI: https://woonreis.nl
Author: Woonreis
Author URI: https://woonreis.nl
Description: Frontend, design system en templates voor het Woonreis-platform. Kernfunctionaliteit leeft in de plugin Woonreis Platform Core; dit theme levert presentatie. WPBakery is optioneel voor marketingpagina’s.
Version: 0.6.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
Text Domain: woonreis-platform-theme
License: Proprietary
*/

body {
	margin: 0;
	font-family: var(--wr-font-sans);
	font-size: var(--wr-text-body);
	line-height: 1.65;
	color: var(--wr-color-text);
	background: var(--wr-color-bg);
	overflow-x: hidden;
}

:focus-visible {
	outline: 2px solid var(--wr-color-focus);
	outline-offset: 3px;
}

a {
	color: var(--wr-color-brand);
}

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
	padding: 0.5rem 1rem;
	background: var(--wr-color-brand);
	color: var(--wr-color-brand-contrast);
}
