/* ألوان وهوية متجر ناعسة */
body {
  background-color: #FCFAF7;
  font-family: 'Cairo', sans-serif;
  color: #333333;
}

/* العناوين */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif;
  color: #1F1F1F;
}

/* الأزرار */
button, .btn {
  background-color: #D4AF37;
  color: #FFFFFF;
  border-radius: 6px;
  font-family: 'Tajawal', sans-serif;
}

button:hover, .btn:hover {
  background-color: #b8972e;
}

/* الهيدر والفوتر */
header, footer {
  background-color: #F6E7D8;
}

/* الروابط */
a {
  color: #1F1F1F;
  text-decoration: none;
}

a:hover {
  color: #D4AF37;
}