/* =========================
   Hide top & bottom header on mobile (robust)
   ========================= */
@media (max-width: 768px) {
  /* common header/top/bottom selectors (many themes) */
  .site-header-row-top,
  .site-header-row-bottom,
  .site-header-row-container.site-header-row-top,
  .site-header-row-container.site-header-row-bottom,
  .header-top,
  .header-bottom,
  .top-bar,
  .topbar,
  .site-topbar,
  .header__top,
  .header__bottom,
  .kd-header-top,
  .kd-header-bottom,
  .kadence-header-top,
  .kadence-header-bottom {
    display: none !important;
  }

  /* generic fallback: hide first & last child of header containers (works if header has 3 rows) */
  header#masthead > :first-child,
  header#masthead > :last-child,
  header.site-header > :first-child,
  header.site-header > :last-child,
  .site-header > :first-child,
  .site-header > :last-child,
  .header-inner > :first-child,
  .header-inner > :last-child {
    display: none !important;
  }

  /* ensure the middle/main row stays visible if possible */
  header#masthead > :nth-child(2),
  header.site-header > :nth-child(2),
  .site-header > :nth-child(2),
  .header-inner > :nth-child(2) {
    display: block !important;

		
		@font-face {
    font-family: 'Cairo';
    src: url('https://thaqafati.com/wp-content/uploads/2025/09/Cairo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('https://thaqafati.com/wp-content/uploads/2025/09/Cairo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('https://thaqafati.com/wp-content/uploads/2025/09/Cairo-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cairo';
    src: url('https://thaqafati.com/wp-content/uploads/2025/09/Cairo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* تطبيق الخط على جميع عناصر الموقع */
body, p, a, li, span, div, input, textarea, button, h1, h2, h3, h4, h5, h6, nav, .menu, .menu-item {
    font-family: 'Cairo', sans-serif !important;
}
