body.theme {
  background-color: var(--background-color);
  color: var(--text-color);
}

/* Navigation */

.theme .nav-item {
  font-family: var(--header-font);
  color: var(--menu-text-color);
}

.theme .nav-item:hover {
  color: var(--menu-active-text-color);
}

.theme .nav-item--active {
  color: var(--menu-active-text-color);
}

/* Content */

.theme .content {
  padding: 2rem;
  line-height: 1.6;
}

.theme .content h1 {
  font-size: 2.8rem;
  font-weight: 500;
}

.theme .content h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.theme .content h3 {
  font-size: 2.25rem;
  font-weight: 500;
}

.theme .content h4 {
  font-size: 1.8rem;
  font-weight: 500;
}

.theme .content a {
  color: var(--link-color);
  text-decoration: underline;
}

.theme .content p {
  padding-bottom: 1rem;
}

.theme .content p:last-child {
  padding-bottom: 0;
}

.theme .content ul,
.theme .content ol {
  list-style-position: outside;
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.theme .content ul {
  font-family: var(--paragraph-font);
  list-style-type: disc;
}

.theme .content ol {
  list-style-type: decimal;
}

.theme .content hr {
  margin-bottom: 1rem;
}

/* Forms */
.theme .button--primary {
  background-color: var(--link-color);
  color: var(--text-color);
  padding: 1rem 2rem;
}

.theme .button--primary:hover {
  background-color: var(--link-color-1);
}

.theme .field:focus {
  border-color: var(--background-color-2);
  box-shadow: white 0px 0px 0px 0px, var(--background-color) 0px 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

/* Writing Sample */
.theme .writing-sample-preview a,
.theme .writing-sample a.no-underline {
  text-decoration: none;
}

.theme .writing-sample-preview h3,
.theme .post-preview h3 {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: var(--header-font);
  font-size: 1.35rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}

.theme .writing-sample h2 {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: var(--header-font);
  font-weight: 600;
  font-size: 1.85rem;
}

.theme .writing-sample img {
  margin-bottom: 1rem;
}
/* .theme-one {
  --header-font: "Satisfy", cursive;
  --serif-font: "Source Serif Pro", serif;
  --sans-serif-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
} */

.theme.theme-one header h1 {
  font-family: var(--header-font);
}

.theme-one {
  font-size: 1.2rem;
  /* font-family: var(--serif-font); */
  font-family: var(--paragraph-font);
}

.theme-one nav {
  /* font-family: var(--sans-serif-font); */
  font-family: var(--paragraph-font);
}

.font-serif {
  /* font-family: var(--sans-serif-font); */
  font-family: var(--paragraph-font);
}

.theme.theme-one .writing-sample-preview .excerpt,
.theme.theme-one .post-preview .excerpt {
  /* font-family: var(--serif-font); */
  font-family: var(--paragraph-font);
}

.theme-one .resume ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
}

.theme-one .resume li,
.theme-one .resume p {
  padding-bottom: 0.5rem;
}
body.theme.theme-three {
  background-color: var(--text-background-color);
}

.theme.theme-three header h1 {
  /* font-family: 'Work Sans', sans-serif; */
  font-family: var(--header-font);
}
.theme-two .content h2 {
  line-height: 1;
}

.theme-two .content h3 {
  font-size: 1.6rem !important;
}

.theme-two h2 {
  font-family: var(--header-font);
}

.theme-two .content h2 + p {
  padding-top: 1rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
