@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  color: #00aade;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.wrapper {
  max-width: 992px;
  margin: auto;
}
.thick-line {
  height: 10px;
}
.bg-blue {
  background-color: #00aade;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #a7ce39;
}
.bg-yellow {
  background-color: #eacb02;
}
.bg-logo {
  height: 100%;
  background-image: url(../img/signet-cremant.svg);
  background-size:100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .logo {
  max-width: 50%;
}
footer {
  font-size: 14px;
}
h2 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 576px) {
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
  h2 {
    font-size: 2.5rem;
  }
  footer {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
  footer {
    font-size: 18px;
  }
}