/** Shopify CDN: Minification failed

Line 37:1 Expected "}" to go with "{"

**/
/**************
Custom CSS
***************/

/* Typography */
.leading-tight {
    line-height: 1.1;
}

/* phosphor icons */
.text-muted {
  color: #8c8c8c; /* Momentum's muted gray */
  opacity: 0.8;
}

/* Footer */
p.mission {
  color: #000;
  font-size: 40px;
}





/**************
Responsive
***************/
@media only screen and (max-width: 480px) {
  p.mission {
    font-size: 30px;
}