/*
 * Stieger Palette Tokens
 * ----------------------
 * EDIT THIS FILE to recolor the entire site.
 * Every color and font on rastieger.at is referenced by these custom properties.
 *
 * Locked palette as of 22 April 2026 (decided with client):
 *   - Black, Gold, Off-white, Gray  → site chrome and content
 *   - Logo green                    → reserved for the logo mark only
 *
 * Want to change a color later? Edit the corresponding hex below, save the file,
 * upload via Appearance → Theme File Editor → palette.css. Done.
 */

:root {
	/* ---------- Core palette ---------- */
	--stieger-bg:           #FAF8F5;  /* off-white — page background          */
	--stieger-bg-soft:      #EFEAE1;  /* tint of off-white — card backgrounds */
	--stieger-ink:          #0B0B0B;  /* black — body text and chrome         */
	--stieger-ink-soft:     #4F4F4F;  /* gray — secondary text                */
	--stieger-rule:         #E0DACB;  /* hairline rules, input underlines     */
	--stieger-gold:         #C9B07A;  /* gold accent — small caps, focus rings*/
	--stieger-logo-green:   #8ED04F;  /* RESERVED for the logo mark only      */

	/* ---------- Dark sections ---------- */
	--stieger-dark:         #0B0B0B;
	--stieger-on-dark:      #FAF8F5;
	--stieger-on-dark-soft: #9A9380;

	/* ---------- Typography ---------- */
	--stieger-serif:  "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--stieger-sans:   "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--stieger-arabic: "Noto Naskh Arabic", "Times New Roman", serif;

	/* ---------- Layout ---------- */
	--stieger-content-max: 1240px;
	--stieger-gutter:      24px;
	--stieger-radius:      0;        /* flat corners — no rounded buttons    */

	/* ---------- Motion ---------- */
	--stieger-ease:        cubic-bezier(.4, 0, .2, 1);
	--stieger-fast:        0.15s;
	--stieger-slow:        0.3s;
}
