/* HousingRx webfonts — self-hosted.
   Pairing:
     Poppins          → display / headings AND body / UI
     Spline Sans Mono → nav + form field labels only
   Ported verbatim from site-build/css/tokens/fonts.css; only the relative
   path changed (this file lives at assets/css/, fonts at assets/fonts/,
   one level up instead of site-build's two). */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/poppins-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/poppins-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/poppins-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/poppins-400italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins-500italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Spline Sans Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/spline-mono-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Spline Sans Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/spline-mono-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Spline Sans Mono';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/spline-mono-600.woff2') format('woff2');
}
