/* Satoshi — self-hosted, single family name with real font-weight faces
   Source: Fontshare (Indian Type Foundry), see Satoshi_Complete/License */

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
	     url('../fonts/satoshi/Satoshi-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* Site-wide default: Satoshi in place of Divi's default typography.
   This is a CSS-level override, not a Divi Global (Font) Variable —
   see CLAUDE.md "Divi Global Variables — manual step required". */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, input, textarea, button,
.et_pb_module {
	font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
