/*
Theme Name: Stage 1 Child
Theme URI: https://stage1.local
Description: Child theme for Stage 1. Override CSS variables and brand assets here.
Author: Stage 1 Recreation
Template: stage1
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: stage1-child
*/

/*
 * Brand assets (drop files into this child theme):
 *   assets/fonts/PlaylistScript.woff2  (also .woff / .otf / .ttf accepted)
 */

:root {
	--font-script: "Playlist Script", "Caveat Brush", cursive;
}

.hero__title-script {
	font-family: var(--font-script);
}
