/*
Theme Name: Biofarm Magnefar
Theme URI: https://wsparciewcodziennosci.pl
Description: Dedicated campaign landing page theme for Magnefar B6 Skurcz (Biofarm). Built as a minimal, single-purpose theme: no page builder, no JS framework.
Author: Biofarm campaign implementation
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: biofarm-magnefar
*/

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

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

body {
	margin: 0;
}

img, picture {
	max-width: 100%;
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
