body{

  background:var(--color-bg);

  color:var(--color-text);

  font-family:var(--font-primary);

  font-size:16px;

  line-height:1.8;

  overflow-x:hidden;

}

.container{

  width:100%;

  max-width:1400px;

  margin:auto;

}

section{

  padding:90px 0;

}

h1,
h2,
h3,
h4{

  font-weight:700;

  letter-spacing:1px;

}

p{

  color:var(--color-text-muted);

}