@font-face {
    font-family: 'Mercury Display';
    src: url('MercuryDisplay-Roman.woff2') format('woff2'),
	url('MercuryDisplay-Roman.woff') format('woff'),
	url('MercuryDisplay-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Mercury Display';
	src: url('MercuryDisplay-Bold.woff2') format('woff2'),
	url('MercuryDisplay-Bold.woff') format('woff'),
	url('MercuryDisplay-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

