/* Add custom CSS styles below *//* تغيير الخط الكامل لمتجر سلة إلى خط فصّت */
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@400;500;600;700&display=swap');

body, html, * {
  font-family: "Fustat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}