@charset "utf-8";
/* CSS Document */

/* ===== GLOBAL ===== */
body {
  background: #fffdf8;
  color: #22313f;
  font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #22313f;
}

/* ===== HEADER ===== */
#menu {
  background: linear-gradient(90deg, #ef8d00, #ffb347);
  border: none;
}

#menu .navbar-nav > li > a {
  color: #ffffff;
}

/* ===== CARDS ===== */
.product-thumb,
.blog-thumb,
.mm-card {
  background: #ffffff;
  border: 1px solid rgba(34,49,63,0.08);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* ===== BUTTONS ===== */
.btn-primary {
  background: #ef8d00;
  border-color: #ef8d00;
}

.btn-primary:hover {
  background: #c97400;
}

/* ===== PRICING ===== */
.price,
.mm-price {
  color: #ef8d00;
}

/* ===== HERO ===== */
.mm-hero {
  background: linear-gradient(180deg, #fff9ef, #fffdf8);
}

/* ===== ALT SECTIONS ===== */
.mm-section--alt {
  background: #f8fbff;
}

/* ===== FOOTER ===== */
footer {
  background: #22313f;
  color: #e5e9ec;
}

footer a {
  color: #e5e9ec;
}

footer a:hover {
  color: #ffffff;
}
