html, body{
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.9;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 100;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 1rem;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-style: normal;
}



nav{
  text-transform: uppercase;
}
address span{
  display: inline;
}
