* {
    font-family: 'Outfit', sans-serif;

}

body {
  margin: 0;
}
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Life Savers', serif;
    font-weight: 800;
    color: #333;
  }

  p {

    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
  }

  button {
    font-family: 'Life Savers', serif;
  }
  
  /* Navigation paragraphs should not inherit these global styles */
  .nav__column p {
    margin: 0;
  }

  a {
    text-decoration: none;
    color: #666;
    
  }

  a:hover {
    color: palevioletred;
  }

/* Navigation styles moved to navigation.css */