@font-face {
    font-family: "Hanley Pro";
    src:
        local("Hanley Pro Sans"),
        local("Hanley-Pro-Sans"),
        url("../fonts/hanley-pro/Hanley-Pro-Sans.otf") format("opentype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html,
body,
.dency-theme,
.admin-body,
button,
input,
select,
textarea {
    font-family: "Hanley Pro", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.dency-theme h1,
.dency-theme h2,
.dency-theme h3 {
    font-family: "Hanley Pro", sans-serif !important;
}

.fa,
.fas,
.far,
.fab,
[class^="fa-"],
[class*=" fa-"],
.bi,
[class^="bi-"] {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}

.fab {
    font-family: "Font Awesome 6 Brands" !important;
}
