/* space-grotesk-regular - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/space-grotesk-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/space-grotesk-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* space-grotesk-700 - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/space-grotesk-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/space-grotesk-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1, h2, h3 {
  font-family: "Space Grotesk";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

h1 {
  font-size: 3rem;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  font-weight: bold;
}

a:hover {
  color: inherit;
}

.hover-scale {
  transition: transform .4s;
  display: block;
}

.hover-scale:hover {
  transform: scale(1.02);
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 6.75rem;
  }

  h2 {
    font-size: 4rem;
  }
}
