/* =========================================
   TIMES NEW ROMAN - ENTIRE WEBSITE
   ========================================= */

html,
body,
body *,
button,
input,
textarea,
select,
option {
    font-family: "Times New Roman", Times, serif !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Times New Roman", Times, serif !important;
}

/* Navigation / Menu */
nav,
nav *,
.elementor-nav-menu,
.elementor-nav-menu *,
.elementor-menu-toggle {
    font-family: "Times New Roman", Times, serif !important;
}

/* Links */
a,
a *,
.elementor-widget-text-editor a {
    font-family: "Times New Roman", Times, serif !important;
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.elementor-button,
.elementor-button-text {
    font-family: "Times New Roman", Times, serif !important;
}

/* Elementor Icon Boxes */
.elementor-icon-box-title,
.elementor-icon-box-description,
.elementor-icon-box-content,
.elementor-icon-box-content * {
    font-family: "Times New Roman", Times, serif !important;
}

/* Elementor Text Editor */
.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-widget-heading,
.elementor-widget-heading * {
    font-family: "Times New Roman", Times, serif !important;
}

/* Forms */
input,
textarea,
select,
label,
.wpforms-container,
.wpforms-container * {
    font-family: "Times New Roman", Times, serif !important;
}

/* WooCommerce */
.woocommerce,
.woocommerce *,
.woocommerce-page,
.woocommerce-page * {
    font-family: "Times New Roman", Times, serif !important;
}

/* Product titles, prices & buttons */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce div.product .product_title,
.woocommerce div.product .price,
.woocommerce button,
.woocommerce a.button,
.woocommerce .button {
    font-family: "Times New Roman", Times, serif !important;
}

/* Footer */
footer,
footer *,
.elementor-location-footer,
.elementor-location-footer * {
    font-family: "Times New Roman", Times, serif !important;
}

/* Mobile */
@media (max-width: 767px) {
    html,
    body,
    body *,
    nav *,
    a,
    button,
    input,
    textarea,
    select {
        font-family: "Times New Roman", Times, serif !important;
    }
}