/*
Theme Name: Studio 1.43
Theme URI: https://studio143.fr
Author: Studio 1.43
Description: Thème minimal pour Studio 1.43. Toute la logique du comparateur de versions vidéo est dans le plugin "Studio 1.43 — Client Reviews". Ce thème ne sert que de coquille WP.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: studio143
*/

/* Base */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: #1a1a1a;
	background: #fff;
	line-height: 1.6;
}

.site-header,
.site-footer {
	max-width: 960px;
	margin: 0 auto;
	padding: 24px;
}
.site-header { border-bottom: 1px solid #eee; }
.site-header a { color: #ff4f5e; text-decoration: none; font-weight: 700; letter-spacing: .15em; font-size: 12px; }
.site-content { max-width: 960px; margin: 0 auto; padding: 24px; }
.site-footer { border-top: 1px solid #eee; color: #999; font-size: 13px; text-align: center; }

h1, h2, h3 { line-height: 1.25; margin: 1.5em 0 .5em; }
a { color: #ff4f5e; }
