@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #94938E;
}

.brand-big, .brand-medium {
  font-size: 3rem;
  padding: 1rem;
}

@media screen and (min-width: 768px){
  .brand-big {
    font-size: 5rem;
  }

  .brand-medium {
    font-size: 3rem;
  }
}