<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'supermarketRegular';
    src: url('supermarket.eot');
    src: url('supermarket.eot') format('embedded-opentype'),
         url('supermarket.woff') format('woff'),
         url('supermarket.ttf') format('truetype'),
         url('supermarket.svg#supermarketRegular') format('svg');
}

h1, h2, h3, h4, h5, h6 {
	font-family: supermarketRegular;
}

.webfont {
	font-family: supermarketRegular;
}
</pre></body></html>