@font-face {
	font-family: 'Sunday';
	src:local('Sunday'), 
        url('sunday-regular.woff') format('woff'),
        url('sunday-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sunday';
	src:local('Sunday'), 
        url('sunday-light.woff') format('woff'),
        url('sunday-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Sunday';
	src:local('Sunday'), 
        url('sunday-medium.woff') format('woff'),
        url('sunday-medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

.special-font  { font-family:'Sunday';}