/*
	Theme Name: LandingPress WP Child
	Theme URI: https://aguskristianto.com/landingpress
	Description: A child theme for LandingPress WP
	Author: Agus Kristianto
	Author URI: https://aguskristianto.com
	Template: landingpress-wp
	Version: 1.0.0
	Text Domain: landingpress-wp-child
*/

/* Set Inter as the default font for the site */
body, h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'InterVariable', sans-serif;
}

@supports (font-variation-settings: normal) {
	body {
		font-family: 'InterVariable', sans-serif;
	}
}