/*
Theme Name: Starter
Author: Jonas Thiry — Toque & Web
Description: Theme classique vierge, minimal et performant. Point de depart pour developpements sur mesure.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starter
*/

:root { --content-width: 720px; }

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; }

.site-header, .site-main, .site-footer { max-width: var(--content-width); margin-inline: auto; padding: 1rem; }

.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden; position: absolute;
}
.skip-link:focus {
    clip: auto; clip-path: none; height: auto; width: auto;
    display: inline-block; padding: .5rem 1rem; background: #000; color: #fff; z-index: 100000;
}