{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
<style>
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-ExtraBold.woff2') format('woff2'),
url('Archivo-ExtraBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Black.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo bold';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Bold.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Light.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Medium.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-ExtraLight.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-ExtraLight.woff') format('woff');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo normal';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Regular.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo semibold';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-SemiBold.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivo';
src: url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Thin.woff2') format('woff2'),
url('/bundles/system4shoptheme/assets/fonts/Archivo/Archivo-Thin.woff') format('woff');
font-weight: 100;
font-style: normal;
font-display: swap;
}
</style>
<!-- Begin eTrusted bootstrap tag -->
<script src="https://integrations.etrusted.com/applications/widget.js/v2" defer async></script>
<!-- End eTrusted bootstrap tag -->
{% endblock %}