:root {
  --link-color:                 #df104e;
  --link-color-darker:          #af0d3d;
  --border-color:               #e8ddcc;
  --border-color-lighter:       #f0e9de;
  --subtitle-color:             #150a0a;
  --site-title-color:           #150a0a;
  --site-title-color-darkest:   black;
  --page-title-color:           #150a0a;
  --body-bg:                    #fdcddb;
  --body-bg-rgb:                253, 205, 219;
  --body-bg-lighter:            #fffefe;
  --body-bg-darker:             #fcb4c9;
  --body-bg-darkest:            #fb9cb8;
  --body-color:                 #150a0a;
  --body-color-rgb:             21, 10, 10;
  --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:   #f9759b;
  --component-notify-bg:        #fcb4c9;
  --lightness-body-5:           #fcb4c9;
  --lightness-body-10:          #fb9cb8;
  --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; } }
