/**
 * This stylesheet will manage all font-related styles.
 *
 * @package Follet_Theme
 * @since   1.0
 */
/* =============================================================================
   Definitions
   ========================================================================== */
/* outfit-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit/outfit-v11-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit/outfit-v11-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* neuton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Neuton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/neuton/neuton-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* neuton-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Neuton";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/neuton/neuton-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Genericons";
  src: url("../fonts/genericons/font/genericons-regular-webfont.eot");
  src: url("../fonts/genericons/font/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/genericons/font/genericons-regular-webfont.woff") format("woff"), url("../fonts/genericons/font/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons/font/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Genericons";
    src: url("../fonts/genericons/font/genericons-regular-webfont.svg#genericonsregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}
body {
  font-size: 100%;
  font-family: "Outfit", sans-serif;
  -webkit-font-smoothing: antialiased;
}

blockquote {
  font-family: "Neuton", serif;
  font-size: 22px;
  line-height: 1.3;
}
blockquote cite {
  font-size: 22px;
}

/* =============================================================================
   Header
   ========================================================================== */
.site-branding h1 {
  font-family: "Neuton", serif;
  display: inline-block;
  margin-right: 2px;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
}
.site-branding h1 a:hover, .site-branding h1 a:focus, .site-branding h1 a:active {
  text-decoration: none;
}
.site-branding h2 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  display: inline;
  opacity: 0.9;
}

.landing-page-header .page-title {
  font-family: "Neuton", serif;
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
}
.landing-page-header .page-excerpt {
  font-size: 18px;
}

/* =============================================================================
   Content
   ========================================================================== */
.page-header h1 {
  font-family: "Neuton", serif;
}

#main article h1, #main article h2, #main article h3, #main article h4 {
  font-family: "Outfit", sans-serif;
}
#main article header h1 {
  font-weight: bold;
}
#main article header h1 a:hover {
  text-decoration: none;
}
#main article .entry-summary {
  font-size: 18px;
}

.entry-title {
  font-size: 25px;
}

.format-aside .entry-content {
  font-size: 20px;
}

.format-status .entry-content {
  font-size: 20px;
}

.format-link .entry-content {
  font-size: 20px;
}

.wp-caption-text,
.wp-caption-dd {
  font-size: 15px;
  font-style: italic;
  text-align: center;
}

/* =============================================================================
   Footer and sidebar
   ========================================================================== */
#secondary .widget .widget-title,
#footer .widget .widget-title {
  text-transform: uppercase;
}

/* =============================================================================
   Comments
   ========================================================================== */
#comments h1, #comments h2, #comments h3, #comments h4 {
  font-family: "Neuton", serif;
}
#comments .comments-title {
  font-size: 36px;
}
#comments #reply-title {
  font-size: 36px;
}
#comments .form-allowed-tags {
  line-height: 24px;
}

.comment-author,
.comment-metadata {
  line-height: 60px;
}

.comment-author {
  font-family: "Neuton", serif;
  font-size: 26px;
}

.form-allowed-tags code {
  white-space: normal;
}

/* =============================================================================
   Gravatar profile (Jetpack)
   ========================================================================== */
#secondary .widget-grofile.widget h4:not(.widget-title) {
  font-family: "Neuton", serif;
  font-size: 26px;
}
#footer .widget-grofile.widget h4:not(.widget-title) {
  font-family: "Neuton", serif;
  font-size: 26px;
}

/* =============================================================================
   Support for Suscription (via Jetpack)
   ========================================================================== */
.widget.jetpack_subscription_widget form {
  font-size: 13px;
  line-height: 24px;
}

/* =============================================================================
   Support for Sharing (via Jetpack)
   ========================================================================== */
#main .entry-content div.sharedaddy h3.sd-title, #main .entry-summary div.sharedaddy h3.sd-title {
  font-family: "Outfit", sans-serif;
}

/*# sourceMappingURL=fonts.css.map */
