@import url("https://use.typekit.net/ykk4jty.css");

:root {
  /* Always use your font with a fallback like serif or sans-serif */
  --theme-text-font: "degular", sans-serif;
  --theme-headline-font: "degular", sans-serif;
  --theme-headline-scale: 1.25;
}
/* Restore monospace styling for code blocks */
code,
pre,
pre code {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 0.9em !important;
  line-height: 1.4 !important;
}
pre code {
  font-family: "Courier New", Courier, monospace !important;
  font-size: 0.9em !important;
  line-height: 1.4 !important;
}
html body img[src*="atlassian-check_mark"],
html body img[src*="check_mark_32"],
html body img[src*="atlassian-warning"],
html body img[src*="atlassian-cross_mark"] {
  width: 16px !important;
  height: 16px !important;
}
span.status[data-color="blue"] {
  background-color: #edefff !important;
  color: #3c3eff !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 2px 6px !important;
}
ai-actions {
  display: none;
}