/* =====================================================
   HAMNA ANWAR LAW — PERMANENT GLOBAL FONT
   MAIN FONT: INTER
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


/* GLOBAL */
html,
body{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* BODY TEXT */
p,
li,
label,
blockquote,
span:not(.fa):not(.fas):not(.far):not(.fab){
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* LINKS + NAVIGATION */
a,
nav a,
.menu a,
.elementor-nav-menu a{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* BUTTONS */
button,
input[type="button"],
input[type="submit"],
.elementor-button,
.elementor-button-text{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* FORMS */
input,
textarea,
select,
option{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}


/* CONTACT FORM 7 */
.wpcf7,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label,
.wpcf7 button{
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}