/* ==================================================
   MLST GLOBAL FONT — ROBOTO
   ================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap');

/* Main website text */
body,
html {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* Headings, paragraphs, lists and links */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div,
label,
legend,
blockquote,
table,
th,
td {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* Forms and buttons */
input,
textarea,
select,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* Wild Apricot menus, gadgets and system pages */
.WaGadgetMenuHorizontal,
.WaGadgetMenuVertical,
.WaGadgetLoginButton,
.WaGadgetLoginForm,
.WaGadgetUpcomingEvents,
.WaGadgetEvents,
.WaGadgetEventRegistration,
.WaGadgetMembershipApplication,
.WaGadgetContactProfile,
.WaGadgetMemberDirectory,
.WaGadgetBlog,
.WaGadgetForum,
.WaGadgetContent,
.WaGadgetBreadcrumbs {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

/* Restore Wild Apricot icon fonts */
[class^="icon-"],
[class*=" icon-"],
.fa,
.fas,
.far,
.fab,
.socialLoginIcon,
.WaGadgetSocialProfile a,
.WaGadgetSocialProfile a:before {
  font-family: FontAwesome, "Font Awesome 5 Brands",
               "Font Awesome 5 Free", WA-theme-icons !important;
}