/* Generated automatically by Theme Customizer */
@import url('/public/assets/fonts/cairo/cairo.css');
@import url('/public/assets/fonts/tajawal/tajawal.css');

:root {
  --primary: #ee59cd;
  --secondary: #8718f7;
  --success: #1ae055;
  --danger: #e8663b;
  --warning: #ced062;
  --info: #39dbba;
  --light: #f6f4f4;
  --dark: #16161d;
  --primary-color: #ee59cd;
  --secondary-color: #8718f7;
  --success-color: #1ae055;
  --danger-color: #e8663b;
  --warning-color: #ced062;
  --info-color: #39dbba;
  --light-color: #f6f4f4;
  --dark-color: #16161d;
  --site-font-body: 'Cairo', sans-serif;
  --site-font-heading: 'Tajawal', sans-serif;
}

html, body, body button, body input, body select, body textarea {
  font-family: var(--site-font-body) !important;
}

body, body p, body span, body a, body li, body td, body th, body label, body small, body strong, body em, body div, body input, body button, body select, body textarea {
  font-family: var(--site-font-body) !important;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .section-title, body .hero-title, body .product-title {
  font-family: var(--site-font-heading) !important;
}

