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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

h1 {
margin: -10px;
}

h2 {
margin: 20px;
}

h1 span, h2 span {
color: #cb9b51;
}

h3 {
  color: #cb9b51;
  margin-bottom: 4px;
}


/* Document level adjustments */
html {
  font-size: 17px;
}
@media (max-width: 900px) {
  html { font-size: 15px; }
}
@media (max-width: 400px) {
  html { font-size: 13px; }
}

/* Modules will scale with document */
.header {
  font-size: 1.5rem;
}
.footer {
  font-size: 0.75rem;
}
.sidebar {
  font-size: 0.85rem;
}

/* Type will scale with modules */
h1 {
  font-size: 5em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2em;
}

p, li {
  line-height: 2;
}