*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: var(--bg-color);
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

body {

  margin: 40px 40px;

}

.site-header {

}

.site-wordmark {

  color: var(--text-logo);
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;

}

.site-subtitle {

  color: var(--text-logo);
  font-family: var(--font-body);
  font-style: italic;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;

}

.coming-soon {

  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  color: var(--text-main);
  margin-top: 20px;

}

.front-hero {

  margin-top: 20px;
  max-width: 620px;

}