@font-face {
    font-family: "Lahzeh";
    src:
        url("../fonts/lahzeh-light.woff2") format("woff2"),
        url("../fonts/lahzeh-light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Lahzeh";
    src:
        url("../fonts/lahzeh-regular.woff2") format("woff2"),
        url("../fonts/lahzeh-regular.woff") format("woff");
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
}

:root {
    --app-font-family: "Lahzeh", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option,
label,
a,
p,
span,
small,
strong,
b,
em,
i,
div,
section,
article,
aside,
header,
footer,
nav,
main,
form,
fieldset,
legend,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--app-font-family) !important;
}

button,
input,
textarea,
select {
    font-family: var(--app-font-family) !important;
}

input::placeholder,
textarea::placeholder {
    font-family: var(--app-font-family) !important;
}
