/**
* Theme Name: SawafTech
* Description: This is a child theme of Bokifa, generated by Merlin WP.
* Author: <a href="https://sawaftech.com/">SawafTech</a>
* Template: bokifa
* Version: 1.0.2
*/

/* 

body {
    font-family: "droidkufi", Sans-serif !important;
}

p, h1, h2, h3, h4, h5, h6, a, span, div {
    font-family: "droidkufi", Sans-serif !important;
}
 */

.sticky-div {
    position: static;
    transition: all 0.3s ease; 
}

.sticky-div.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%; 
    background-color: white; 
}
@media only screen and (max-width: 600px) {
button#scan-btn {
    font-size: 10px !important;
}
}


