@font-face {
    font-display: swap;
    font-style: normal;
	font-family: "Manrope";
	src: url("/assets/front/build/fonts/manrope-regular.woff2") format("woff2");
	font-weight: 400;
}

@font-face {
    font-display: swap;
    font-style: normal;
	font-family: "Manrope";
	src: url("/assets/front/build/fonts/manrope-medium.woff2") format("woff2");
	font-weight: 500;
}
@font-face {
    font-display: swap;
    font-style: normal;
	font-family: "Roboto Slab";
	src: url("/assets/front/build/fonts/roboto-slab-medium.woff2") format("woff2");
	font-weight: 500;
}

@font-face {
    font-display: swap;
    font-style: normal;
	font-family: "Roboto Slab";
	src: url("/assets/front/build/fonts/roboto-slab-semibold.woff2") format("woff2");
	font-weight: 600;
}
:root,
html,
.block-subscribe__title {
  font-family:
    "Manrope",
    system-ui,
    -apple-system,
    "Segoe UI",
    roboto,
    "Helvetica Neue",
    arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-display: swap;
}
h1, h2, .h1, .h2, .block-product__title {
	font-family: "Roboto Slab";
	font-display: swap;
}