/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700display=swap');
/* custom */
body, p{ font-family: 'Montserrat'; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-display: swap}
/*All*/
#splash-img {
  background-color: #0E9F6E;
  background-image: url('../assets/pattern.png');
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
}