/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4
}

::selection {
  text-shadow: none;
  background: #b3d4fc
}

.changelog .main {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
}

.changelog .entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5rem;
}

.changelog .entry h2 {
  color: var(--blue-babar);
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

:root {
  --blue-babar: #26587f;
  --blue-medium: #007698;
  --magenta-sunset: #9b50a6;
  --gray-background: #f3f3f3;
  --black-obsidiana: #141318;
  --code-bg: #e4e4e4b3;
  --code-string: #469409;
  --code-number: #1295b4;
  --code-enum: #786ff1;
  --code-boolean: #eca335;
  --code-object: var(--black-obsidiana);
  --max-width: 45rem;
  --p-margin: .5rem
}

html {
  color: var(--black-obsidiana);
  font-family: Open Sans, sans
}

h2, h3 {
  text-transform: uppercase
}

h2, h3, h4 {
  margin-top: 3rem;
  margin-bottom: var(--p-margin)
}

p {
  margin: var(--p-margin)0
}

a {
  color: var(--magenta-sunset);
  fill: var(--magenta-sunset);
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

body {
  background-color: var(--gray-background);
  flex-direction: column;
  align-items: center;
  display: flex
}

hr {
  margin: 3rem 0
}

code {
  background: var(--code-bg);
  padding: .25rem;
  font-family: Monaco, Andale Mono, Roboto Mono, Consolas, monospace;
  font-size: .95rem
}

code.string {
  color: var(--code-string)
}

code.number {
  color: var(--code-number)
}

code.enum {
  color: var(--code-enum)
}

code.boolean {
  color: var(--code-boolean)
}

code.object {
  color: var(--code-object)
}

.content {
  max-width: var(--max-width);
  margin-top: 3rem;
  margin-bottom: 5rem
}

.header {
  background-color: var(--blue-babar);
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: flex
}

#je-logo {
  align-self: center;
  width: 15rem
}

.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex
}

.changelog .content {
  width: 40rem;
  margin: 0;
  padding: 0 1rem;
}

.changelog .sidebar {
  background: #ededed;
  padding: 0 1rem;
}

.changelog .header .row {
  justify-content: left
}

.changelog #je-logo {
  width: 7rem;
  margin-right: 1rem
}

.hidden, [hidden] {
  display: none !important
}

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

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible
}

.invisible {
  visibility: hidden
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

@media print {
  *, :before, :after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #fff !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href)")"
  }

  abbr[title]:after {
    content: " ("attr(title)")"
  }

  a[href^=\#]:after, a[href^=javascript\:]:after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  tr, img {
    page-break-inside: avoid
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

/*# sourceMappingURL=index.b2e12bd0.css.map */