/*@font-face {
  font-family: IBMPlexSansArabic-Regular;
  src: url(fonts/ar/IBMPlexSansArabic-Regular.otf);
}
@font-face {
  font-family: IBMPlexSansArabic-Bold;
  src: url(fonts/ar/IBMPlexSansArabic-Bold.otf);
}
*/
/* new fonts */

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

@font-face {
    font-family: 'silkor';
    src: url('fonts/OYRXTaGTdWQRMsGNRN.woff2') format('woff2'),
        url('fonts/OYRXTaGTdWQRMsGNRN.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'silkor';
    src: url('fonts/OYRXTaGTdWQRMsYVlx.woff2') format('woff2'),
        url('fonts/OYRXTaGTdWQRMsYVlx.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'silkor';
    src: url('fonts/OYRXTaGTdWQRMsGKDyB.woff2') format('woff2'),
        url('fonts/OYRXTaGTdWQRMsGKDyB.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



    @font-face {
      font-family: 'fontawesome';
      src: url('./fonts/fontawesome.eot?8574645');
      src: url('./fonts/fontawesome.eot?8574645#iefix') format('embedded-opentype'),
           url('./fonts/fontawesome.woff?8574645') format('woff'),
           url('./fonts/fontawesome.ttf?8574645') format('truetype'),
           url('./fonts/fontawesome.svg?8574645#fontawesome') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }


.fa, .far, .fas, .fab { font-family: "fontawesome"; }


.fa-search:before { content: '\f002'; } /* '' */
.fa-times:before { content: '\f00d'; } /* '' */
.fa-times-circle:before { content: '\f057'; } /* '' */
.fa-calendar-alt:before { content: '\f073'; } /* '' */
.fa-phone:before { content: '\f095'; } /* '' */
.fa-twitter:before { content: '\f099'; } /* '' */
.fa-facebook-f:before { content: '\f39e'; } /* '' */
.fa-linkedin-in:before { content: '\f0e1'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */
.fa-comment-alt:before { content: '\f27a'; } /* '' */
.fa-map-marker-alt:before { content: '\f3c5'; } /* '' */


