/*
Theme Name:     Venture South Real Estate
Theme URI:
Description:    Generatepress child theme.
Author:         Octane Marketing
Author URI:     https://www.theoctaneagency.com
Template:       generatepress
Version:        0.1.0
*/

:root {
	--rounded: 0.25rem;
}

/**
 * Type
 **/

h1,
h2,
h3,
h4 {
	text-wrap: balance;
}

/**
 * Featured Images
 **/

.featured-image img {
	margin-top: 2rem;
	border-radius: var(--rounded);
}
