/*
Theme Name: Twenty Twenty Race Files
Theme URL: 
Description: Twenty Twenty Child Theme
Author: 
Author URL: 
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */
@import url("https://use.typekit.net/ezp0nah.css");

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
}

.entry-content {
  font-family: "merriweather", Georgia, serif;
  letter-spacing: normal;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 720px;
}




.site-logo img {
  border-radius: 1000px;
}
.site-description {
  color: #000;
  letter-spacing: 0;
}
.post-meta-single-top .post-meta {
  margin-bottom: 2rem;
}
.powered-by-wordpress,
.post-meta-single-top .meta-icon {
  display: none !important;
}
.featured-media {
  margin-bottom: 2rem;
}
.reduced-spacing .wp-block-pullquote::before {
  font-family: Georgia, serif;
  font-size: 8rem;
  border: none;
  color: rgba(0,0,0,.25);
}

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