/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h6,
hr,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Inter var experimental", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #cfd8e3; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd {
  font-family: "JetBrains Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/* Copied and modified from https://rsms.me/inter/inter.css */

@font-face {
  font-family: 'Inter var experimental';

  font-style: oblique 0deg 10deg;

  font-weight: 100 900;

  font-display: fallback;

  src: url('/fonts/Inter/Inter.latin.var.woff2?v=3.15') format('woff2');

  unicode-range: U+0000-007F, U+00A0-0100, U+0131, U+0152-0154, U+02BB-02BD,
      U+02C6, U+02DA, U+02DC, U+2000-200C, U+2010-2028, U+202F-2060, U+2074,
      U+20AC, U+2122, U+2191, U+2193, U+2212, U+FEFF;
}

@font-face {
  font-family: 'JetBrains Mono';

  font-style: normal;

  font-weight: 400;

  font-display: fallback;

  src: url('/fonts/JetBrains Mono/jetbrains-mono-v3-latin-regular.woff2')
      format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
      U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'JetBrains Mono';

  font-style: italic;

  font-weight: 400;

  font-display: fallback;

  src: url('/fonts/JetBrains Mono/jetbrains-mono-v3-latin-italic.woff2')
      format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
      U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'JetBrains Mono';

  font-style: normal;

  font-weight: 600;

  font-display: fallback;

  src: url('/fonts/JetBrains Mono/jetbrains-mono-v3-latin-600.woff2')
      format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
      U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'JetBrains Mono';

  font-style: normal;

  font-weight: 700;

  font-display: fallback;

  src: url('/fonts/JetBrains Mono/jetbrains-mono-v3-latin-700.woff2')
      format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
      U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'JetBrains Mono';

  font-style: normal;

  font-weight: 800;

  font-display: fallback;

  src: url('/fonts/JetBrains Mono/jetbrains-mono-v3-latin-800.woff2')
      format('woff2');

  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
      U+2215, U+FEFF, U+FFFD;
}

code {
  /* Not a fan of these */
  font-variant-ligatures: no-contextual;
}

::-moz-selection {
  /* Chrome and Edge (on Windows at least)
       hide text underlines if the opacity is 100% (i.e. fully opaque),
       so anything less than 100% is better. */
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
  --bg-opacity: 0.25;
  text-decoration-color: inherit; /* Chrome */
}

::selection {
  /* Chrome and Edge (on Windows at least)
       hide text underlines if the opacity is 100% (i.e. fully opaque),
       so anything less than 100% is better. */
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity));
  --bg-opacity: 0.25;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit; /* Chrome */
}

*:focus {
  /* `outline: 0;` would make the focus ring invisible in Windows's
     * high-contrast themes. See https://stackoverflow.com/a/52616313/1079869 */
  outline: transparent dotted 2px;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

pre:not(:focus-visible) {
  box-shadow: none;
}

h2,
  h3,
  h4 {
  /* Needed for the styling of anchor links (permalinks) inside headings */
}

h2, h3, h4 {
  position: relative;
}

button, kbd {
  --bg-opacity: 1;
  background-color: #f1f5f9;
  background-color: rgba(241, 245, 249, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #97a6ba;
  border-color: rgba(151, 166, 186, var(--border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  border-bottom-width: 2px;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

button,
  kbd {
  box-shadow: inset 0 2px 0 0 #fff;
}

button:hover {
  --bg-opacity: 1;
  background-color: #f8fafc;
  background-color: rgba(248, 250, 252, var(--bg-opacity));
}

button:active {
  --bg-opacity: 1;
  background-color: #f1f5f9;
  background-color: rgba(241, 245, 249, var(--bg-opacity));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.prose {
  color: #364152;
}

.prose [class~="lead"] {
  color: #364152;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a {
  color: #1a202e;
  text-decoration: underline;
}

.prose strong {
  color: #1a202e;
  font-weight: 600;
}

.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}

.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #64748b;
}

.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}

.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #97a6ba;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}

.prose hr {
  border-color: #cfd8e3;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote {
  color: #1a202e;
  border-left-width: 0.25rem;
  border-left-color: #cfd8e3;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
}

.prose blockquote p:last-of-type::after {
}

.prose h1 {
  color: #1a202e;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #1a202e;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #1a202e;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #1a202e;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose code {
  color: #1a202e;
  font-size: 0.875em;
  background-color: #fff;
  border-radius: 0.5rem;
  line-height: 1.625;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-width: 1px;
  white-space: pre-wrap;
}

.prose code::before {
}

.prose code::after {
}

.prose pre {
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  white-space: pre;
}

.prose pre code::before {
}

.prose pre code::after {
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #1a202e;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #97a6ba;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #cfd8e3;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:before {
  left: 0;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .main-skip-link {
    margin-left: -100% !important;
  }
}

.prose p,
  .prose dd {
  max-width: 65ch;
}

.prose li:not(:has(p)) {
  max-width: 65ch;
}

.prose p:has(img:only-child),
  .prose li:has(pre:only-child) {
  max-width: none;
}

.prose h1 code {
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.25;
  padding-top: 0;
  padding-bottom: 0;
}

.prose .link-external code, .prose li > code {
  display: inline;
  padding-top: 1px;
  padding-bottom: 1px;
}

.prose blockquote pre, .prose li pre {
  border-radius: 0.375rem;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
}

.prose .list-none::before {
  content: none;
}

.prose dl {
  margin-left: 1.25rem;
}

.prose dt {
  font-weight: 700;
}

.prose dd {
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}

.xl\:prose-lg dd {
  margin-bottom: 1.3333333rem;
}

/* Need to use the tag name as well to override the `.prose a` selector */

a.link {
  text-decoration: underline;
  -webkit-text-decoration-color: #f56565;
          text-decoration-color: #f56565;
  text-decoration-thickness: 2px;
}

a.link:hover {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

a.link:active {
  -webkit-text-decoration-color: #e53e3e;
          text-decoration-color: #e53e3e;
}

h1 .link,
  h2 .link,
  h3 .link {
  text-decoration-thickness: 3px;
}

.link code,
  .link em,
  .link strong {
  color: inherit;
  text-decoration: inherit;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit; /* iOS Safari */
}

/* O'boy how difficult it was to find a solid technique for adding an external
   * link icon with these criteria:
   * - Doesn't wrap to the next line
   * - Doesn't make trailing punctuation wrap to the next line (e.g. a period
   *   right after the link text)
   * - Doesn't require modifying the HTML (i.e. I wanted a CSS-only solution)
   *
   * Luckily I found this underappreciated SO answer with a simple solution:
   * https://stackoverflow.com/a/38418279/1079869
   */

.link.link-external::after {
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.25rem; /* Spacing */
  padding-left: 0.5rem;
  padding-right: 0.5rem; /* Sizing */
  /* `external-link` icon by Heroicons (https://heroicons.com/), MIT Licensed.
     * `%2364748b` = `#64748b` = `text-gray-500` */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%2364748b"><path d="M11 3a1 1 0 100 2h2.586l-6.293 6.293a1 1 0 101.414 1.414L15 6.414V9a1 1 0 102 0V4a1 1 0 00-1-1h-5z"/><path d="M5 5a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2v-3a1 1 0 10-2 0v3H5V7h3a1 1 0 000-2H5z"/></svg>');
  /* `alt` and the second value of `content` are for screen readers. See e.g.
     * https://www.stefanjudis.com/today-i-learned/css-content-accepts-alternative-text/ */
  alt: '(external link)'; /* Supported by Safari */
  content: ''; /* Fallback */
  content: '' / '(external link)'; /* Supported by most but not FF or Safari */
}

h2:focus, h3:focus {
  box-shadow: none;
}

h2 .link-anchor, h3 .link-anchor {
  text-decoration: none;
}

h2 .link-anchor:hover, h2 .link-anchor:focus, h3 .link-anchor:hover, h3 .link-anchor:focus {
  text-decoration: underline;
}

h2 .link-anchor:hover,
  h2 .link-anchor:focus,
  h3 .link-anchor:hover,
  h3 .link-anchor:focus {
  -webkit-text-decoration-color: #e53e3e;
          text-decoration-color: #e53e3e;
}

/* TODO: Move this elsewhere.
     Related to this post:
     https://mtsknn.fi/blog/contenteditable-first-letter-chrome-buggy-combo/ */

.drop-cap-demo > p:first-child::first-letter {
  font-weight: 700;
  font-size: 2.25rem;
}

/**
   * GHColors theme for Prism by Avi Aryan (https://aviaryan.in/)
   * Inspired by GitHub syntax coloring
   *
   * Slightly modified by me (Matias)
   */

pre[class*='language-'] {
  color: #393a34;
}

.token.comment {
  color: #999988;
  font-style: italic;
}

.token.namespace {
  opacity: 0.75;
}

.token.string,
  .token.attr-value {
  color: #e3116c;
}

.token.punctuation,
  .token.operator {
  color: #393a34;
}


  .token.url,
  .token.symbol,
  .token.number,
  .token.boolean,
  .token.variable,
  .token.constant,
  .token.property,
  .token.regex,
  .token.inserted {
  color: #36acaa;
}

.token.atrule,
  .token.keyword,
  .token.attr-name {
  color: #00a4db;
}

.token.function,
  .token.deleted {
  color: #9a050f;
}

.token.tag,
  .token.selector {
  color: #00009f;
}

.token.important,
  .token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

/* End of theme */

pre[class*='language-'] {
  /* Needed by iOS Safari or some lines might wrap */
  word-wrap: normal;
}

.actual-code {
  width: calc(100% + 2 * 1.5rem);
}

@media (min-width: 640px) {
  .actual-code {
    width: calc(100% + 2 * 1.25rem);
  }
}

.token.block {
  display: inline;
}

.token.prefix.inserted {
  color: #008000;
}

.token.prefix.deleted {
  color: #d91e18;
}

.token.inserted-sign, .token.deleted-sign {
  display: flow-root;
  margin-left: -1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .token.inserted-sign, .token.deleted-sign {
    margin-left: -1.25rem;
    padding-left: 1.25rem;
  }
}

.token.inserted-sign,
  .token.deleted-sign {
  width: calc(100% + 1.5rem);
}

@media (min-width: 640px) {
  .token.inserted-sign,
    .token.deleted-sign {
    width: calc(100% + 1.25rem);
  }
}

.token.inserted-sign {
  background: linear-gradient(
      to right,
      #9ae6b4,
      #9ae6b4 6px,
      #f0fff4 6px
    );
}

.token.deleted-sign {
  background: linear-gradient(
      to right,
      #feb2b2,
      #feb2b2 6px,
      #fff5f5 6px
    );
}

@media (min-width: 640px) {
  .token.inserted-sign {
    background: linear-gradient(
        to right,
        #9ae6b4,
        #9ae6b4 4px,
        #f0fff4 4px
      );
  }

  .token.deleted-sign {
    background: linear-gradient(
        to right,
        #feb2b2,
        #feb2b2 4px,
        #fff5f5 4px
      );
  }
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(1rem * var(--space-y-reverse));
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-gray-50 {
  --bg-opacity: 1;
  background-color: #f8fafc;
  background-color: rgba(248, 250, 252, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f1f5f9;
  background-color: rgba(241, 245, 249, var(--bg-opacity));
}

.bg-orange-300 {
  --bg-opacity: 1;
  background-color: #fbd38d;
  background-color: rgba(251, 211, 141, var(--bg-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: #cfd8e3;
  border-color: rgba(207, 216, 227, var(--border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-l-6 {
  border-left-width: 6px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.items-baseline {
  align-items: baseline;
}

.justify-between {
  justify-content: space-between;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: "Inter var experimental", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-mono {
  font-family: "JetBrains Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-bold {
  font-weight: 700;
}

.h-16 {
  height: 4rem;
}

.h-full {
  height: 100%;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.\!text-base {
  font-size: 1rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
}

.list-none {
  list-style-type: none;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.\!mt-0 {
  margin-top: 0 !important;
}

.\!mb-0 {
  margin-bottom: 0 !important;
}

.\!mb-3 {
  margin-bottom: 0.75rem !important;
}

.\!mb-6 {
  margin-bottom: 1.5rem !important;
}

.\!mt-12 {
  margin-top: 3rem !important;
}

.max-w-none {
  max-width: none;
}

.max-w-4xl {
  max-width: 56rem;
}

.min-h-full {
  min-height: 100%;
}

.min-w-full {
  min-width: 100%;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.resize {
  resize: both;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-gray-500 {
  --text-opacity: 1;
  color: #64748b;
  color: rgba(100, 116, 139, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: #364152;
  color: rgba(54, 65, 82, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #27303f;
  color: rgba(39, 48, 63, var(--text-opacity));
}

.hover\:text-red-600:hover {
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.active\:text-red-700:active {
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.active\:text-red-800:active {
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.\!text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.\!text-gray-700 {
  --text-opacity: 1 !important;
  color: #364152 !important;
  color: rgba(54, 65, 82, var(--text-opacity)) !important;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.align-top {
  vertical-align: top;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.w-1\/2 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 640px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:h-24 {
    height: 6rem;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
  .xl\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .xl\:prose-lg p {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg [class~="lead"] {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .xl\:prose-lg blockquote {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .xl\:prose-lg h1 {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .xl\:prose-lg h2 {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

  .xl\:prose-lg h3 {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }

  .xl\:prose-lg h4 {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }

  .xl\:prose-lg img {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg video {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .xl\:prose-lg code {
    font-size: 0.8888889em;
  }

  .xl\:prose-lg h2 code {
    font-size: 0.8666667em;
  }

  .xl\:prose-lg h3 code {
    font-size: 0.875em;
  }

  .xl\:prose-lg pre {
    font-size: 0.8888889em;
    line-height: 1.75;
  }

  .xl\:prose-lg ol {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg li {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .xl\:prose-lg ol > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ol > li:before {
    left: 0;
  }

  .xl\:prose-lg ul > li {
    padding-left: 1.6666667em;
  }

  .xl\:prose-lg ul > li::before {
    width: 0.3333333em;
    height: 0.3333333em;
    top: calc(0.8888889em - 0.1666667em);
    left: 0.2222222em;
  }

  .xl\:prose-lg > ul > li p {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg > ul > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ul > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:first-child {
    margin-top: 1.3333333em;
  }

  .xl\:prose-lg > ol > li > *:last-child {
    margin-bottom: 1.3333333em;
  }

  .xl\:prose-lg ul ul, .xl\:prose-lg ul ol, .xl\:prose-lg ol ul, .xl\:prose-lg ol ol {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .xl\:prose-lg hr {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .xl\:prose-lg hr + * {
    margin-top: 0;
  }

  .xl\:prose-lg h2 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h3 + * {
    margin-top: 0;
  }

  .xl\:prose-lg h4 + * {
    margin-top: 0;
  }

  .xl\:prose-lg table {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .xl\:prose-lg thead th {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg thead th:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg thead th:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg tbody td {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .xl\:prose-lg tbody td:first-child {
    padding-left: 0;
  }

  .xl\:prose-lg tbody td:last-child {
    padding-right: 0;
  }

  .xl\:prose-lg > :first-child {
    margin-top: 0;
  }

  .xl\:prose-lg > :last-child {
    margin-bottom: 0;
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:\!text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:\!text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:\!w-6 {
    width: 1.5rem !important;
  }
}
