@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inter;
}

:root{
    --primary-bg-color:#FFFFFF;
    --category-color:#090909;
    --subcategory-text-color:#8D8D8D;
    --products-background-color: #faf1e8;
}

.welcome-text-first{
    font-weight: 500;
    font-size: 100px;
}

.image-showcase-product{
width: 300px;
background-color: var(--products-background-color);
border-radius: 30px;
}

.product-description-primary{
    display: flex;
    gap: 100px;
}

.product-title{
    font-family: inter;
}

.product-price{
    font-family: inter;
}
