/**
 * Typography & text — Golf With Grace (Avada Child)
 */

:root {
	--gwg-text-heading-color: inherit;
	--gwg-text-body-color: inherit;
	--gwg-text-muted-color: #747474;
	--gwg-text-link-color: inherit;
	--gwg-text-link-hover-color: inherit;
}

/* -------------------------------------------------------------------------
   Headings
   ------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: var(--gwg-text-heading-color); */
}

.fusion-title h1,
.fusion-title h2,
.fusion-title h3,
.fusion-title h4,
.fusion-title h5,
.fusion-title h6 {
	/* Avada title element */
}

/* -------------------------------------------------------------------------
   Body & paragraphs
   ------------------------------------------------------------------------- */

body,
.fusion-body p {
	/* color: var(--gwg-text-body-color); */
}

.fusion-text,
.post-content {
	/* Page / post content blocks */
}

/* -------------------------------------------------------------------------
   Links
   ------------------------------------------------------------------------- */

a {
	/* color: var(--gwg-text-link-color); */
}

a:hover,
a:focus {
	/* color: var(--gwg-text-link-hover-color); */
}

/* -------------------------------------------------------------------------
   Lists, quotes & misc
   ------------------------------------------------------------------------- */

ul,
ol {
	/* list-style / spacing */
}

blockquote {
	/* Quote styling */
}

.fusion-highlight,
.fusion-dropcap {
	/* Avada text shortcodes */
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media only screen and (max-width: 640px) {
	h1 {
		/* font-size: …; */
	}
}
