
/* BLEU MIG WASH : #009ee0 */

@import url('https://fonts.googleapis.com/css2?family=Chela+One&family=Montserrat:wght@300;400&family=Oswald:wght@500&display=swap');
body{
  background : url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
}
.text-primary{
  color:#009ee0 !important;
}

.card{
  opacity: .8 !important;
}

h1, h2, h3{
  font-family: 'Oswald', sans-serif;
}

.lead{
  font-weight: 300;
}