/* ==========================================================================
   Self hosted type.
   Both families are variable fonts, so one file each covers every weight the
   design uses. Loading these locally removes the Fontshare CDN as a runtime
   dependency, which is faster from India and one less outside service that
   can fail.
   ========================================================================== */

@font-face {
	font-family: 'Cabinet Grotesk';
	src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2-variations'),
	     url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

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