@charset "utf-8";

:root {
  --mwidth: 1320px;
  --centerWidth: 960px;
  --centerWidthNarrow: 720px;
  --vwide: calc(100vw - 80px);
}

body {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.lightFont {
  font-weight: 100;
}

p {
  color: #999;
}

.tempCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 780px) {}

h1 {
  font-size: 3.0rem;

}

@media only screen and (max-width: 320px) {}