/* Add custom CSS styles below */ 
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap);*,body,html{font-family:Cairo,sans-serif!important}
header .site-header,
header.fixed-pinned .site-header {
  background: #1e5d39;
}
.product-details__title .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.product-block__info .product-title h2
{
  font-weight: 500 !important;
}
.article h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

.article h3 {
  font-size: 1rem;
  font-weight: bold;
}

.article a {
    color: #287c4c !important;
    font-weight: 600;
}