/* [project]/src/app/(site)/company/[slug]/page.css [app-client] (css) */
.simple-page h1 {
  background: linear-gradient(to right, #111214, #444);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.simple-page h1, .simple-page h2, .simple-page h3, .simple-page h4, .simple-page h5 {
  font-weight: 500;
}

.simple-page h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.simple-page p {
  margin-bottom: 24px;
}

.simple-page p > strong, .simple-page p.font-medium {
  font-weight: 500;
}

.simple-page ul {
  margin-bottom: 24px;
  padding-left: 24px;
  list-style-type: disc;
}

.simple-page li {
  margin-bottom: 8px;
  margin-left: 24px;
}

ul:nth-of-type(2) li {
  margin-bottom: 4px;
}

