/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
@font-face {
  font-family: 'Cairo';
  src: url('/wp-content/themes/elessi-theme-child/fonts/cairo/Cairo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('/wp-content/themes/elessi-theme-child/fonts/cairo/Cairo-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply only on Arabic pages */
html[lang="ar"] body,
html[lang="ar"] body * {
  font-family: 'Cairo', sans-serif !important;
}