/*
Theme Name:  LockData
Theme URI:   https://lockdata.com
Description: LockData child theme for Hello Elementor
Author:      LockData Technologies
Author URI:  https://lockdata.com
Template:    hello-elementor
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: lockdata
*/
/*
 * Inter font override
 * Forces quoted font-family with sans-serif fallback everywhere Elementor
 * writes the unquoted form: font-family: Inter
 */
.elementor *,
.elementor-widget-container,
.elementor-heading-title,
.elementor-widget-text-editor *,
.elementor-nav-menu a,
.elementor-item {
    font-family: "Inter", sans-serif !important;
}
