html`
<h1 style="display: none">The Growth of CMIP</h1>
<style>
@font-face {
font-family: 'Plus Jakarta Sans';
src: url('https://wcrp-cmip.org/wp-content/themes/cmip/fonts/plus-jakarta-sans-v3-latin-regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
.plot-axis path,
.plot-axis line {
stroke: #888888;
}
body {
font-family: 'Plus Jakarta Sans', sans-serif!important;
}
</style>
<style>
.streamplot {
margin: 10px ${width > 500 ? 30 : 10}px;
margin-top:-200px!important;
}
</style>
<div style="background:${frameColors.background}">
${header}
<div class="streamplot">${chart}</div>
</div>
`