/**
 * Brand display font — "Good Timing".
 *
 * Self-hosted from assets/fonts/. Applied to major headings only (see the
 * "HEADING SCOPE" block at the bottom). Loaded site-wide for every skin, so the
 * heading font is consistent across the whole theme.
 *
 * @package aisgwptheme
 */

/* ---- @font-face (4 weights, woff2 + woff) ---- */
@font-face {
	font-family: "Good Timing";
	src: url( "../fonts/good_timing_el-webfont.woff2" ) format( "woff2" ),
	     url( "../fonts/good_timing_el-webfont.woff" ) format( "woff" );
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Good Timing";
	src: url( "../fonts/good_timing_rg-webfont.woff2" ) format( "woff2" ),
	     url( "../fonts/good_timing_rg-webfont.woff" ) format( "woff" );
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Good Timing";
	src: url( "../fonts/good_timing_sb-webfont.woff2" ) format( "woff2" ),
	     url( "../fonts/good_timing_sb-webfont.woff" ) format( "woff" );
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Good Timing";
	src: url( "../fonts/good_timing_bd-webfont.woff2" ) format( "woff2" ),
	     url( "../fonts/good_timing_bd-webfont.woff" ) format( "woff" );
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* ============================================================
   HEADING SCOPE
   Live aisingapore.org applies Good Timing to H1 only — H2 is Work
   Sans 600, and H3-H6 inherit. Kadence already emits exactly that
   from the h1_font/h2_font defaults in inc/theme-options.php, so no
   override is needed here and none is applied: adding one would
   fight the Customizer instead of following it.

   The @font-face rules above are what this file exists for. To put
   Good Timing on more headings, change h2_font..h6_font in
   inc/theme-options.php (or the Customizer) rather than adding
   !important rules here.
   ============================================================ */
