@font-face {
    font-family: "Menlo Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Menlo Regular"), url("Menlo-Regular.woff") format("woff");
}

/* Apply the custom font to headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Menlo Regular", sans-serif !important;
}

/* Apply the custom font to paragraphs */
div,
span,
ul,
li,
button,
input,
a {
    font-family: "Menlo Regular", sans-serif !important;
}

p {
    font-family: "Menlo Regular", sans-serif !important;
    line-height: 25px !important;
}

body {
    font-family: "Menlo Regular", sans-serif !important;
}
