* {
  border-radius: 0 !important;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, .ps-nav-logo, .ps-footer-logo, .ps-col-info h3, .ps-ghost-num, .ps-service-cell h3, blockquote, .ps-stat-num {
  font-family: 'Cormorant Garamond', serif;
}

h1, h2, h3, h4, .navbar-brand, .intro-text, .testimonial-quote, .footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
}

.tracking-widest {
  letter-spacing: var(--tracking-wide);
}

.bg-dark-site {
  background-color: var(--dark-site);
}

.text-cream {
  color: var(--bg-cream);
}

footer {
}

.footer-logo {
  font-size: 1.4rem;
}

