/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for SWPC 
Author: SWPC Development Team
Author URI: https://swpc.sa
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@font-face {
    font-family: 'SnagaArabicText';
    src: url('fonts/SnagaArabicText-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SnagaArabicText';
    src: url('fonts/SnagaArabicText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SnagaArabicText';
    src: url('fonts/SnagaArabicText-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body , a , p , div , h1 ,h2 ,h3 ,h4,h5 , h6 , .elementor-icon-list-text {
    font-family: 'SnagaArabicText', sans-serif !important;
}

/*.wallet_home:has(.jet-listing-grid__item:nth-child(n+4)) .location {*/
/*    -moz-animation: marquee 5s linear infinite;*/
/*    -webkit-animation: marquee 5s linear infinite;*/
/*    animation: marquee 5s linear infinite;*/
/*  }*/
/*  @-moz-keyframes marquee {*/
/*    0% {*/
/*      transform: translate(0, 0);*/
/*    }*/
/*    100% {*/
/*      transform: translate(0, -100%);*/
/*    }*/
/*  }*/
/*  @-webkit-keyframes marquee {*/
/*    0% {*/
/*      transform: translate(0, 0);*/
/*    }*/
/*    100% {*/
/*      transform: translate(0, -100%);*/
/*    }*/
/*  }*/
/*  @keyframes marquee {*/
/*    0% {*/
/*      -moz-transform: translate(0, 0);*/
/*      -webkit-transform: translate(0, 0);*/
/*      transform: translate(0, 0);*/
/*    }*/
/*    100% {*/
/*      -moz-transform: translate(0, -100%);*/
/*      -webkit-transform: translate(0, -100%);*/
/*      transform: translate(0, -100%);*/
/*    }*/
/*  }*/