/*
 * Raleway — self-hosted, Latin subset. Four weights, SIL Open Font
 * License 1.1 (via @fontsource) — free to embed and self-host, no
 * per-project licensing required, GDPR-compliant since files are
 * served from this domain (no third-party font CDN).
 * Replaces the previously used Hypatia Sans Pro (proprietary Adobe font)
 * and Fira Sans.
 * License text: assets/fonts/Raleway-OFL-LICENSE.txt
 */

@font-face{
	font-family:'Raleway';
	src: url('../fonts/Raleway-ExtraLight.woff2') format('woff2');
	font-weight:200;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Raleway';
	src: url('../fonts/Raleway-Regular.woff2') format('woff2');
	font-weight:400;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Raleway';
	src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
	font-weight:600;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Raleway';
	src: url('../fonts/Raleway-Black.woff2') format('woff2');
	font-weight:900;
	font-style:normal;
	font-display:swap;
}
