/* css styles  008c8c */

strong {
  color: #008c8c;
  font-weight: bold;
}

@font-face {
  font-family: "MyFont";
  src: url("cmunrm.ttf");
}

.summary-callout {
  background: linear-gradient(
    135deg,
    #fdfbfb,
    #ebedee
  ); /* Soft gradient background */
  border-left: 5px solid #007bff; /* Accent color for emphasis */
  padding: 16px;
  margin: 16px 0;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.summary-callout strong {
  color: #0056b3; /* Slightly darker color for emphasis */
}

:is(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .HyperMD-header-1,
    .HyperMD-header-2,
    .HyperMD-header-3,
    .HyperMD-header-4,
    .HyperMD-header-5,
    .HyperMD-header-6
  )::before {
  content: "§ ";
  font-size: 0.7em;
  vertical-align: middle;
  color: var(--text-accent);
  font-weight: 500;
}

/* for editor */
.cm-quote {
  color: var(--text-normal) !important;
}

/* for preview */
blockquote {
  border: 2px solid;
  border-color: #8272d0 !important;
  /* border-left-width: 20px !important; */
  border-radius: 8px 8px 8px 8px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

blockquote {
  position: relative;
}

blockquote:after {
  content: "\201C";
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  font-size: 8em;
  color: #d9d4f0;
}

/* if paraphrasing, wrap your quote in <blockquote class=paraphrase>text</blockquote> */
blockquote.paraphrase:after {
  display: none;
}

/* for citations */
cite {
  background-color: #8272d0;
  color: white;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  display: block;
}

cite a:link {
  color: white;
}
