/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://carryingstones.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Eric Beavers
 Author URI:   https://carryingstones.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-nineteen-child
*/

/* ##### Things really start getting custom down here buster! #####
# 		_________          _________ __   
# 		\_   ___ \_____   /   _____//  |_ 
# 		/    \  \/\__  \  \_____  \\   __\
# 		\     \____/ __ \_/        \|  |  
# 		 \______  (____  /_______  /|__|  
# 		        \/     \/        \/       
################################################################ */

/* Typography */

html {
  font-size: 1.6em;
  font: -apple-system-body;
  font-family: "IBM Plex Sans", Libertine, "Hoefler Text", "Baskerville Old Face", Garamond, serif;
}

blockquote > p {
  font-style: italic;
  font-size: 0.9em;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  hyphens: none;
  font-family: "IBM Plex Serif", Libertine, "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.8;
  margin: 0;
  /* text-rendering: optimizeLegibility; */
}

.entry-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;  
}

.entry-content h2 {
  font-family: "NonBreakingSpaceOverride", B612, "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 700;
  font-size: 2em;
}

.entry-content li {
  margin-left: 2em;
}

.footnotes li {
  margin-left: 2em;
  font-size: 0.8em; 
  font-weight: 400; 
  font-family: B612, sans-serif;
}

blockquote cite {
  font-family: B612, sans-serif;
  font-size: 1.1em;
  text-align: right;
  font-variant: small-caps;
}

code, kbd, tt, var {
  font-family: "B612 Mono";
  font-size: 0.855em;
}

pre {
  font-size: 0.855em;
}
