@font-face { 
	font-family: 'Salesforce Sans'; 
	font-display: swap; 
	font-weight: Normal; 
	font-style: Normal; 
	src: url('/z_styles/z_fonts/salesforcesans-regular.ttf') format('truetype'),
		url('https://on.lenos.com/salesforce/pre/Club-FY25/z_styles/z_fonts/salesforcesans-regular.ttf') format('truetype');
}

@font-face { 
	font-family: 'Salesforce Sans'; 
	font-display: swap; 
	font-weight: Bold; 
	font-style: Normal; 
	src: url('/z_styles/z_fonts/SalesforceSans-bold.ttf') format('truetype'),
		url('https://on.lenos.com/salesforce/pre/Club-FY25/z_styles/z_fonts/SalesforceSans-bold.ttf') format('truetype');
}

@font-face { 
	font-family: 'SalesforceSans-Regular'; 
	font-display: swap; 
	font-weight: Normal;
	font-style: Normal; 
	src: url('/z_styles/z_fonts/salesforcesans-regular.ttf') format('truetype'),
		url('https://on.lenos.com/salesforce/pre/Club-FY25/z_styles/z_fonts/salesforcesans-regular.ttf');
}

@font-face { 
	font-family: 'SalesforceSans-Bold'; 
	font-display: swap; 
	font-weight: Bold; 
	font-style: Normal; 
	src: url('/z_styles/z_fonts/salesforcesans-bold.ttf') format('truetype'),
		url('https://on.lenos.com/salesforce/pre/Club-FY25/z_styles/z_fonts/salesforcesans-bold.ttf') format('truetype');
}

@font-face { 
	font-family: 'SalesforceSans-Light'; 
	font-display: swap; 
	font-weight: Normal;
	font-style: Normal; 
	src: url('/z_styles/z_fonts/salesforcesans-light.ttf') format('truetype'),
		url('https://on.lenos.com/salesforce/pre/Club-FY25/z_styles/z_fonts/salesforcesans-light.ttf');
}


* {
	font-family: 'SalesforceSans-Regular', sans-serif;
}