/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body, html {
  font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif !important;
}
 
 #header{ background: #F9F6F3 !important; }

 .product-miniature .js-product-miniature {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;

  
}

.product-miniature .js-product-miniature .thumbnail-container {
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 10px;
}

.carousel slide {
  border-radius: 16px;
  overflow: hidden;
}

