@import url('./reset.css');
@import url('./main.css');

body {
  background-color: #f3f4f9;
}

/* Start Welcome */
.welcome p:first-of-type {
  color: var(--sec-color);
  font-weight: 700;
  font-size: var(--font-medium);
}
.welcome p:nth-of-type(2) {
  color: var(--text-color);
  font-weight: 700;
  font-size: var(--font-h1);
}
.welcome p:nth-of-type(2) span {
  color: var(--sec-color);
  font-weight: 700;
  font-size: var(--font-h1);
}
.welcome p:last-of-type {
  color: var(--text-color);
  font-weight: 500;
  font-size: var(--font-medium);
}
.welcome p:last-of-type span {
  color: var(--sec-color);
  font-weight: 500;
  font-size: var(--font-medium);
}
/* End Welcome */

/* Start Content */
.content p {
  font-size: var(--font-medium);
  font-weight: 500;
}
.content p.content__bolder {
  max-width: calc(700rem / 16);
  font-weight: 700;
}
/* End Content */
