/**
 * fonts.css
 *
 * ChatGTP 2025-12-30, HS
 */
 
@font-face {
	 font-family: 'Test Untitled Sans';
	 src: url('../../../fonts/test-untitled-sans-regular.woff2') format('woff2');
	 font-weight: 400;
	 font-style: normal;
	 font-display: swap;
 }
 
 @font-face {
	 font-family: 'Test Untitled Sans';
	 src: url('../../../fonts/test-untitled-sans-medium.woff2') format('woff2');
	 font-weight: 700;
	 font-style: normal;
	 font-display: swap;
 }
