/* Font fixes for Droid Kufi */
@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidKufi-Regular.eot');
    src: url('../fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidKufi-Regular.woff') format('woff'),
         url('../fonts/DroidKufi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* This helps with FOUT (Flash of Unstyled Text) */
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidKufi-Bold.eot');
    src: url('../fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidKufi-Bold.woff') format('woff'),
         url('../fonts/DroidKufi-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap; /* This helps with FOUT (Flash of Unstyled Text) */
}

/* Fix for Content Security Policy */
.gsc-search-button-v2 {
    background-color: #abc326 !important;
    border-color: #abc326 !important;
}

/* Remove external image references that violate CSP */
.gsc-search-button-v2 svg {
    fill: white !important;
}

/* Mobile app meta fix */
@media (max-width: 767px) {
    .mobile-app-capable {
        -webkit-text-size-adjust: 100%;
    }
}
