body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #ffffff;
}

h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700; 
  color: #f7d6d1; 
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.breadcrumb a {
    text-decoration: none;
    color: #f8aca1;
    font-size: 1.3rem;
}

#categoryHeader {
    text-decoration: none;
    color: #f8aca1;
    font-size: 1.3rem;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.first-category {
    color: #f8aca1 !important;
}
.card {
    transition: transform 0.2s ease-in-out;
    border: none;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    max-height: 200px;
    object-fit: contain;
}
.product-title {
    font-size: 1rem;
    color: #f8aca1;
}
.price {
    font-size: 1.2rem;
    color: #f8aca1;
}

.btn-buy {
    background-color: #f8aca1;
    color: white;
}
.btn-buy:hover {
    background-color: #ffebee;
}

.text-center {
    color: #f8aca1 !important;
}
