/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 08:37:54 */
/* ==========================================================================
   Typography
   - Prepend Jost (Futura-like) to Snow Monkey's --font-family.
   - Latin characters render in Jost; Japanese falls back to Noto Sans JP
     (the original Snow Monkey default), so JP text is unchanged.
   ========================================================================== */
:root {
	--font-family: "Jost", "Noto Sans JP", sans-serif;
}

/* Disable faux-bold synthesis so font-weight 700 uses the loaded
   Jost 500 (Medium) instead of being thickened by the browser.
   Italic synthesis IS allowed — Jost is loaded without italic variants
   and Noto Sans JP has no italic, so without this the browser would
   refuse to render any italic at all. */
* {
	font-synthesis: style;
}
