body {
  font-family: "Sour Gummy", sans-serif;
  background-color: #fef3e2;
  font-size: 17px;
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.background-color-primary {
  background-color: #fef3e2;
}

.background-color-secondary {
  background-color: #d5e5d5;
}

.bd-navbar {
  background-color: #fef3e2;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

footer {
  background-color: #d5e5d5;
}

.product-card {
  transition: transform 0.3s;
}

.product-card:hover {
  transform: scale(1.05);
}

.btn-hover {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-card:hover .btn-hover {
  opacity: 1;
}

.logo {
  height: 50px;
  margin-right: 10px;
}

.carousel-indicators {
  position: relative;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  bottom: 0px;
}

.carousel-control-next-icon {
  display: inline-block;
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.carousel-control-prev-icon {
  display: inline-block;
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0m3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

#journals {
  background-color: #f2f9ff;
}
#notebooks {
  background-color: #ffe3e3;
}

/* <weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name

.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */
