{{!-- PRELOAD WEBFONTS --}}
<link rel="preload" href="/assets/SZText-Regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/assets/SZText-Bold.woff2" as="font" type="font/woff2" crossorigin />

{{!-- DELIVERY --}}
<style>{{{ getCriticalFileContent 'css' }}}</style>

{{!-- DOCUMENT --}}
{{#if assets.critical.css }}
  <style>{{{ assets.critical.css }}}</style>
{{/if}}

{{!-- DELIVERY JS --}}
{{!-- include critical js --}}
<script>{{{ getCriticalFileContent 'js' }}}</script>
{{!-- polyfills --}}
{{> polyfills }}
