.markdown-notice h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.markdown-notice h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.markdown-notice h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.markdown-notice h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.markdown-notice h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.markdown-notice h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

/* Paragraph and text */
.markdown-notice p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/* Lists */
.markdown-notice ul,
.markdown-notice ol {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 2em;
}

/* Links */
.markdown-notice a {
  color: #3170f9; /* Primary blue */
  text-decoration: none;
}

/* Code */
.markdown-notice code,
.markdown-notice pre {
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.05);
}

/* Blockquotes */
.markdown-notice blockquote {
  font-size: 14px;
  font-style: italic;
  padding-left: 1em;
  border-left: 4px solid #3170f9;
  color: #666;
}
