/*
Theme Name: Zero Brossa
Theme URI: https://zerobrossa.com
Author: Àlvar Cercós López
Description: Tema a mida de Zero Brossa: desbrossaments i neteges integrals al Baix Empordà. Portada partida amb abans i després, formularis de pressupost instantani i cinc idiomes amb Polylang.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
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: zerobrossa
Tags: business, custom-colors, translation-ready, rtl-language-support
*/

/* Els estils de veritat són a assets/css/main.css. Aquest fitxer només porta
   la capçalera que WordPress necessita i la base tipogràfica. */

:root {
	--zb-blau: #2e6b85;
	--zb-blau-fosc: #23566b;
	--zb-verd: #6fa945;
	--zb-verd-fosc: #588a34;
	--zb-fosc: #1d2b33;
	--zb-suau: #f4f4f1;
	--zb-vora: #dfe2df;
	--zb-gris: #667079;
	--zb-blanc: #ffffff;

	--zb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Naskh Arabic", sans-serif;
	--zb-ample: 68rem;
	--zb-radi: 14px;
}

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

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

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

body {
	margin: 0;
	background: var(--zb-blanc);
	color: var(--zb-fosc);
	font-family: var(--zb-font);
	font-size: 1.0625rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: var(--zb-blau);
}

h1,
h2,
h3 {
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 0.6em;
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

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

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
