/* Єдині шрифти Pibu на всьому сайті */
:root {
  --gf-font-body: "Prompt", sans-serif;
  --gf-font-heading: "Barlow", sans-serif;
}

body,
html,
button,
input,
textarea,
select,
.form-control,
.cs_form_field,
.cs_btn,
.cs_header_search_field,
.gf-catalog-toolbar .form-control,
.gf-cart-table,
.gf-checkout-section,
.gf-benefit-card,
.gf-site-footer,
.gf-account-page {
  font-family: var(--gf-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.cs_hero_title,
.cs_breadcamp_title,
.cs_accordian_title,
.cs_newsletter_title,
.cs_widget_title,
.gf-cart-page__title,
.gf-checkout-section__title {
  font-family: var(--gf-font-heading);
}

/* Заголовки секцій і каталогу — той самий шрифт, що й текст */
.cs_section_heading_title,
.gf-catalog-section .cs_section_heading_title {
  font-family: var(--gf-font-body);
  font-weight: 600;
}

.cs_primary_font {
  font-family: var(--gf-font-heading);
}

.cs_secondary_font {
  font-family: var(--gf-font-body);
}
