/* ============================================================================
   Site font: Satoshi (self-hosted variable, one file, weights 300-900).
   Replaces the Adobe Typekit "area" families site-wide. By aliasing the two
   existing typekit family names to Satoshi, every existing font-family /
   font-weight / font-size rule keeps working unchanged — only the glyphs swap.
   The typekit <link> is removed from header.php so no second font loads.
   FD #6497.
   ========================================================================== */

@font-face {
	font-family: 'Satoshi';
	src: url('fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

/* Alias the former Typekit families to Satoshi (100 -> nearest Satoshi weight). */
@font-face {
	font-family: 'area-normal';
	src: url('fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'area-extended';
	src: url('fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
/* Cover any italic usage of the extended family (Satoshi has no italic — use upright). */
@font-face {
	font-family: 'area-extended';
	src: url('fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'area-normal';
	src: url('fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}
