/** Shopify CDN: Minification failed

Line 55:7 Expected ":"

**/
/* dark color - #4a4036 */

body{
  font-family: 'the-seasons', sans-serif !important;
  font-weight: 300;
  color: #725d4a !important;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, h7{
  font-family: 'the-seasons', sans-serif !important;
  color: #725d4a !important;
  font-weight: 300;
  font-style: normal;
}
/* ############################################ MOBILE ############################################ */
@media screen and (max-width: 768px) {
  .main-page-section-1{
     background-color: #fff0eb; 
  }
 
}
/* ############################################ DESKTOP ############################################ */
@media screen and (min-width: 769px) {
  .main-page-section-1{
    background-color: #fff0eb; 
    margin: auto
  }
  .main-page-section-2{
    background-color: #fff0eb; 
    margin: auto
  }

}

/* ############################################ ALL ############################################ */

.social-icons {
  display: flex;
  gap: 10px;
}

.list-social__item a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.list-social__item svg {
  fill: #fff; /* Default icon color */
  width
}