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

:root {
  /* Always use your font with a fallback like serif or sans-serif */
  --vpt-theme-text-font: "degular", sans-serif;
  --vpt-theme-headline-scale: 1.25;
  --K15t-background-brand-strong: #5F61FF;
}
/* 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;
}
