    /*!
     * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
     * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
     */
    /*
     * IMPORTANT: Ensure Font Awesome font files are located at:
     * wp-content/plugins/cash-on-delivery-form/assets/fonts/fontawesome/
     * This directory should contain files like fa-solid-900.woff2, fa-brands-400.woff2, etc.
     */
    @font-face {
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url('../fonts/fontawesome/fa-solid-900.eot'); /* IE9 Compat Modes */
      src: url('../fonts/fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/fontawesome/fa-solid-900.woff') format('woff'), /* Modern Browsers */
        url('../fonts/fontawesome/fa-solid-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/fontawesome/fa-solid-900.svg#fontawesome') format('svg'); /* Legacy iOS */
    }

    .fas {
      font-family: 'Font Awesome 5 Free' !important;
      font-weight: 900 !important;
    }

    @font-face {
      font-family: 'Font Awesome 5 Brands';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('../fonts/fontawesome/fa-brands-400.eot');
      src: url('../fonts/fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
        url('../fonts/fontawesome/fa-brands-400.woff') format('woff'),
        url('../fonts/fontawesome/fa-brands-400.ttf') format('truetype'),
        url('../fonts/fontawesome/fa-brands-400.svg#fontawesome') format('svg');
    }

    .fab {
      font-family: 'Font Awesome 5 Brands' !important;
      font-weight: 400 !important;
    }

    /* يمكنك إضافة تعريفات للخطوط الأخرى مثل fa-regular-400 إذا كنت تستخدمها */
    /*
    @font-face {
      font-family: 'Font Awesome 5 Free';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('../fonts/fontawesome/fa-regular-400.eot');
      src: url('../fonts/fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
        url('../fonts/fontawesome/fa-regular-400.woff') format('woff'),
        url('../fonts/fontawesome/fa-regular-400.ttf') format('truetype'),
        url('../fonts/fontawesome/fa-regular-400.svg#fontawesome') format('svg');
    }

    .far {
      font-family: 'Font Awesome 5 Free' !important;
      font-weight: 400 !important;
    }
    */