/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

:root {
	--jl-h1-desktop-size: clamp(2.15rem, 2.75vw, 3rem);
	--jl-h1-desktop-line-height: 1.08;
}

@media (min-width: 992px) {
	body h1,
	body .elementor-widget-heading h1,
	body .section-title h1,
	body .blog-title h1,
	body .profile-name h1,
	body .archive-heading h1 {
		font-size: var(--jl-h1-desktop-size) !important;
		line-height: var(--jl-h1-desktop-line-height) !important;
		letter-spacing: -0.03em;
	}
}
