/*
 * Fonts Stylesheet
 * 
 * Loading Roboto and Alumni Sans SC from Google Fonts.
 * For production, consider self-hosting these webfonts if required for GDPR compliance.
 */

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+SC:wght@100;200;300;400;700&family=Roboto:wght@400;500;700&display=swap');

/* Font Variables (already in style.css, repeating for modularity if needed) */
:root {
	--font-title: 'Alumni Sans SC', sans-serif;
	--font-body: 'Roboto', sans-serif;
}
