
 @font-face {
            font-family: 'Chroma';
            
			src:
			local('Chroma ST'),
			local('Chroma'),
			url('./ChromaST-Regular.php') format('woff2'),
			url('./ChromaST-Regular-otf.php') format('opentype');
            font-weight: normal;
            font-style: normal;
			font-display: swap;
        }


    @font-face {
        font-family: 'Chroma';
        src: url('./ChromaST-Medium.php') format('woff2'),
        url('./ChromaST-Medium-otf.php') format('opentype');
        font-weight: 500;
        font-style: normal;
		font-display: swap;
    }
	
	@font-face {
        font-family: 'Chroma';
        src: url('./ChromaST-Medium.php') format('woff2'),
        url('./ChromaST-Medium-otf.php') format('opentype');
        font-weight: bold;
        font-style: normal;
		font-display: swap;
    }
	
	