/*
Theme Name: Ask Gigi
Template: lamoureux
Theme URI: https://askgigi.io
Author: Paige Lamoureux
Author URI: https://lamoureuxlane.com
Description: The gift oracle. A child of the Lamoureux parent — the parent brings the structure, this brings the taste, and the whole of Gigi travels in here too.
Version: 0.3.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.2
License: GPL-2.0-or-later
Text Domain: askgigi
*/

/*
 * The child sets the tokens. The parent reads them. That is the whole
 * contract, and nothing structural belongs in here.
 *
 * The journey brings its own stylesheet on top of this. What is here dresses
 * the ordinary pages — a privacy notice, a set of terms — so they read as
 * hers rather than as a default.
 */

:root {
	--askgigi-black: #000;
	--askgigi-white: #fff;
	--askgigi-pink: #f7d9e8;
	--askgigi-serif: Georgia, "Times New Roman", Times, serif;
}

body {
	margin: 0;
	background: var( --askgigi-white );
	color: var( --askgigi-black );
	font-family: var( --askgigi-serif );
	font-size: 1.05rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

.askgigi-page {
	width: min( 38rem, 100% - 3rem );
	margin: clamp( 3rem, 9vw, 6rem ) auto;
}

.askgigi-page h1,
.askgigi-page h2,
.askgigi-page h3 {
	font-weight: 400;
	line-height: 1.22;
	text-wrap: balance;
}

.askgigi-page h1 {
	font-size: clamp( 2rem, 8vw, 2.6rem );
	margin: 0 0 1.5rem;
}

.askgigi-page a {
	color: inherit;
	text-underline-offset: 0.22em;
}

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

.askgigi-skip {
	position: absolute;
	left: -9999px;
}

.askgigi-skip:focus {
	left: 1rem;
	top: 1rem;
	z-index: 10;
	padding: 0.6rem 1rem;
	background: var( --askgigi-black );
	color: var( --askgigi-white );
}
