/*
Theme Name: CMF - Twenty Twenty Five
Theme URI: https://github.com/cmf-wp/cmf-twentytwentyfive
Description: A child theme for Twenty Twenty Five, customized by and for CMF.
Author: Daniel Munteanu - CMF Advertising GmbH
Author URI: https://cmf.de
Template: twentytwentyfive
Version: 1.0
*/

/*@import url("twentytwentyfive/style.css");*/

/*
Custom fonts:
1. Faktum Test
 */
@font-face {
	font-family: 'Faktum Test';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/faktum-test/FaktumTestRegular.woff') format('woff');
}
@font-face {
	font-family: 'Faktum Test';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/faktum-test/FaktumTestBold.woff') format('woff');
}