/* ===============================
 MAIN NAVIGATION MENU TYPOGRAPHY
   =============================== */

/* Desktop main menu */
.WaGadgetMenuHorizontal .menuInner a span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    text-transform: none !important;
}

/* Dropdown menu items */
.WaGadgetMenuHorizontal .menuInner ul ul a span {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none !important;
}

/* Mobile menu */
.WaGadgetMenuVertical .menuInner a span {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none !important;
}
/* ==============================================
                 TYPOGRAPHY
   ============================================= */

/* PARAGRAPH TEXT - Set Variables */
.WaGadgetContent p,
.WaGadgetContent p font,
.WaGadgetHeadline p,
.WaGadgetHeadline p font {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #2D2E2E !important;
    font-weight: normal !important;
    text-transform: none !important;
}
