:root {
  --link-color:                 #ff6f95;
  --link-color-darker:          #ff3c6f;
  --border-color:               #e8ddcc;
  --border-color-lighter:       #f0e9de;
  --subtitle-color:             #2f1e1e;
  --site-title-color:           #2f1e1e;
  --site-title-color-darkest:   black;
  --page-title-color:           #2f1e1e;
  --body-bg:                    #b4697c;
  --body-bg-rgb:                180, 105, 124;
  --body-bg-lighter:            #c58b9a;
  --body-bg-darker:             #ac586d;
  --body-bg-darkest:            #9c4e62;
  --body-color:                 #2f1e1e;
  --body-color-rgb:             47, 30, 30;
  --body-color-darkest:         black;
  --header-bg:                  #fdcddb;
  --header-bg-rgb:              253, 205, 219;
  --header-bg-darker:           #fcbed0;
  --nav-album-bg:               #ffdcdc;
  --footer-bg:                  #fdcddb;
  --footer-text-color:          #2f1e1e;
  --lib-perfect-scrollbar-bg:   #814051;
  --component-notify-bg:        #ac586d;
  --lightness-body-5:           #ac586d;
  --lightness-body-10:          #9c4e62;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Inter', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 42px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 20px; } }
body, p, .project-page {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 16px; } }
.site-footer .copy, .site-footer .contacts {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 14px; } }
