/**
 * Change Main Color
 */
:root {
  --base-aa: initial;
  --black-color: #454545;
  --topbar-height: 48px;
  --nav-text: 11px;
  --nav-items-space: 21px;
  --nav-drop-color: #535353;
  --share-icons-size: 13px;
  --section-head-size: 12px;
  --section-head-ls: 0.04em;
  --post-title-size: 25px;
  --grid-post-title: 23px;
  --list-post-title: 23px;
  --list-post-title-b: 24px;
  --overlay-post-title: 22px;
  --carousel-post-title: 17px;
  --feat-grid-title-l: 31px;
  --feat-grid-title-m: 24px;
  --single-content-size: var(--text-size);
  --post-content-lh: 2;
  --p-media-margin: 33px;
  --w-posts-title-large: 16px;
  --blockquote-font: "Merriweather", Georgia, serif;
}

:root {
  --body-font: Karla, Arial, sans-serif;
  --ui-font: Renner, Arial, sans-serif;
  --title-font: Renner, Arial, sans-serif;
  --alt-font: Renner, Arial, sans-serif;
  --h-font: Renner, Arial, sans-serif;
  --text-h-font: var(--text-font);
  --text-size: 15px;
  --single-content-size: 16px;
  --post-content-size: 15px;
  --text-lh: 1.7;
  --post-content-lh: 1.75;
  --related-posts-title: 16px;
  --related-posts-2-title: 18px;
  --title-size-xs: 15px;
  --single-title-size: 29px;
  --large-post-title: 29px;
  --list-post-title: 25px;
  --grid-post-title: 25px;
  --nav-text-ls: 0.09em;
  --nav-text: 14px;
  --nav-text-weight: 500;
  --nav-color: #111;
  --nav-drop-text: 12px;
  --nav-drop-color: #3a3a3a;
  --blockquote-font: Lora, Georgia, serif;
  --main-color: #a24034;
  --main-color-rgb: 162, 64, 52;
  --text-color: #202020;
  --black-color: #202020;
  --tags-color: #454545;
  --share-icons-color: #161616;
}

.editor-styles-wrapper,
.block-editor-block-list__layout {
  -webkit-font-smoothing: initial;
  letter-spacing: -0.008em;
  -webkit-font-smoothing: antialiased;
}
.editor-styles-wrapper blockquote,
.block-editor-block-list__layout blockquote {
  color: #555;
}
.editor-styles-wrapper blockquote,
.block-editor-block-list__layout blockquote {
  font-family: Lora, Georgia, serif;
  font-size: 19px;
  color: #989898;
}
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  font-weight: 600;
}
.editor-styles-wrapper p,
.block-editor-block-list__layout p {
  font-size: inherit;
  line-height: inherit;
}

.main-pagination.number,
.widget_calendar tfoot a {
  text-transform: none;
}