/* Add custom CSS styles below */ 
footer{
    overflow: hidden;
}
:root {
  --primary-color: #711215 !important; /* أسود */
  --secondary-color: #380405 !important; /* رمادي غامق للتماشي */
  --text-on-primary: #ffffff !important; /* لون النص على الأسود */
}

/* تطبيق اللون الأساسي على الأزرار الرئيسية */
button,
.btn,
.primary-btn,
.button-primary {
  background-color: var(--primary-color) !important;
  color: var(--text-on-primary) !important;
  border-color: var(--primary-color) !important;
}
body {
    background-color: #faf1ed;
}