 /*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       Doug Lauver
 Template:     twentytwenty
 Version:      1.22
 Text Domain:  twentytwentychild
*/

@font-face {
	font-family: "EB Garamond";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/EBGaramond/EBGaramond-VariableFont_wght.ttf) format("truetype");
}

@font-face {
	font-family: "EB Garamond";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/EBGaramond/EBGaramond-Italic-VariableFont_wght.ttf) format("truetype");
}

.has-drop-cap:not(:focus)::first-letter {
	font-family: 'EB Garamond', Garamond, 'Times New Roman', serif;
}

/* DAL NonBreakingSpaceOverride is something for Chrome editor, see newest twentytwenty css */
.entry-content,
.editor-styles block p,
.editor-styles block p.wp-block-paragraph {
	font-family: NonBreakingSpaceOverride, "EB Garamond", Garamond, "Times New Roman", serif;
}

.entry-content h6 {
	margin: 0rem auto 0rem;
}

@media ( min-width: 700px ) {
	.entry-content h6 {
		margin: 0rem auto 0rem;
	}
}

.delete-me-link {
	padding: 10;
	background-color: #d9534f;
	font-family: "Inter var";
	color: white;
	text-transform: uppercase;
}
