<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--theme-font-family: 'Source Serif Pro', serif;
}

/* source-serif-pro-regular - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
	   url('source-serif-pro-v11-latin-regular.woff2') format('woff2');
}

/* source-serif-pro-700 - latin */
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
	   url('source-serif-pro-v11-latin-700.woff2') format('woff2');
}
</pre></body></html>