/* NoktaShop V2.10.7 — global Barlow typography system
   Typeface: Barlow (Google Fonts / SIL OFL 1.1)
   Webfont is loaded from Google Fonts in the document head with display=swap. */
:root{
  --font-sans:"Barlow",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --font-display:"Barlow",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
html,
body,
button,
input,
select,
textarea,
optgroup{
  font-family:var(--font-sans);
}
body{
  font-weight:400;
  font-synthesis:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,h5,h6,
.home-title,
.home-section__header h2,
.editorial-page__header h1,
.article-detail__header h1,
.product-title,
.site-popup__content h2{
  font-family:var(--font-display);
  font-style:normal;
}
h1,h2{font-weight:700}
h3,h4,h5,h6{font-weight:600}
button,
.button,
.btn,
.primary,
.secondary,
.home-primary-button,
.home-outline-button,
.site-header__search .search-button{
  font-family:var(--font-sans);
  font-weight:600;
}
input,
select,
textarea{
  font-family:var(--font-sans);
  font-weight:400;
}
strong,b{font-weight:600}
code,pre,kbd,samp{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
  font-synthesis:initial;
}
