@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"),
    url("../fonts/PublicSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --askell-grey-d3: #2c2c2c;
  --askell-grey-d1: #46484c;
  --askell-grey: #59595a;
  --askell-grey-l2: #f5f6fa;
  --askell-grey-l4: #dddddd;
  --askell-blue-d1: #1971a0;
  --askell-blue: #84bfd0;
  --askell-blue-l3: #c1e8f4;
  --askell-blue-l4: #8acecf;
  --askell-purple: #a058da;
  --askell-purple-soft: #b88cdc;
  --askell-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--askell-grey);
  background: var(--askell-grey-l2);
  font-family: "Public Sans", "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

a,
a:visited {
  color: var(--askell-blue-d1);
}

a:hover,
a:focus {
  color: var(--askell-grey-d3);
  text-decoration-color: var(--askell-blue-l4);
}

.wy-body-for-nav,
.wy-grid-for-nav {
  background: var(--askell-grey-l2);
}

.wy-side-nav-search {
  background: var(--askell-white);
  border-right: 1px solid var(--askell-grey-l4);
  padding: 32px 24px 24px;
}

.wy-side-nav-search > a,
.wy-side-nav-search .wy-dropdown > a {
  color: var(--askell-grey-d3);
  font-weight: 700;
}

.wy-side-nav-search > a:hover,
.wy-side-nav-search .wy-dropdown > a:hover {
  background: transparent;
}

.wy-side-nav-search .logo {
  max-width: 190px;
  width: 100%;
  height: auto;
  margin: 0 auto 22px;
}

.wy-side-nav-search input[type="text"] {
  min-height: 44px;
  border: 1px solid var(--askell-grey-l4);
  border-radius: 22px;
  box-shadow: none;
  color: var(--askell-grey-d1);
  font-family: inherit;
  padding: 10px 18px;
}

.wy-side-nav-search input[type="text"]:focus {
  border-color: var(--askell-blue);
  box-shadow: 0 0 0 3px rgba(132, 191, 208, 0.25);
}

.wy-nav-side {
  background: var(--askell-white);
  border-right: 1px solid var(--askell-grey-l4);
}

.wy-menu-vertical {
  color: var(--askell-grey);
  font-family: inherit;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
  color: var(--askell-grey-d3);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wy-menu-vertical a {
  color: var(--askell-grey);
  font-size: 0.95rem;
  line-height: 1.4;
}

.wy-menu-vertical a:hover,
.wy-menu-vertical li.current > a:hover {
  background: var(--askell-grey-l2);
  color: var(--askell-grey-d3);
}

.wy-menu-vertical li.current,
.wy-menu-vertical li.current > a,
.wy-menu-vertical li.on a {
  background: var(--askell-grey-l2);
  border-color: var(--askell-blue-l4);
  color: var(--askell-grey-d3);
}

.wy-menu-vertical li.current > a {
  border-right: 3px solid var(--askell-blue-l4);
  font-weight: 700;
}

.wy-nav-content-wrap {
  background: var(--askell-grey-l2);
}

.wy-nav-content {
  max-width: 1120px;
  min-height: 100vh;
  background: var(--askell-white);
  box-shadow: 0 12px 40px rgba(44, 44, 44, 0.06);
}

.rst-content {
  color: var(--askell-grey);
  font-size: 17px;
  line-height: 1.7;
}

.rst-content h1,
.rst-content h2,
.rst-content h3,
.rst-content h4,
.rst-content h5,
.rst-content h6 {
  color: var(--askell-grey-d3);
  font-family: "Public Sans", "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.rst-content h1 {
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.rst-content h2 {
  border-bottom: 1px solid var(--askell-grey-l4);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  margin-top: 2.4rem;
  padding-bottom: 0.45rem;
}

.rst-content h3 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-top: 1.8rem;
}

.rst-content p,
.rst-content li {
  color: var(--askell-grey);
}

.rst-content strong,
.rst-content b {
  color: var(--askell-grey-d1);
  font-weight: 700;
}

.rst-content code.literal,
.rst-content tt.literal {
  background: var(--askell-grey-l2);
  border: 1px solid var(--askell-grey-l4);
  border-radius: 6px;
  color: var(--askell-blue-d1);
  font-size: 0.9em;
  padding: 0.14em 0.36em;
}

.rst-content div[class^="highlight"],
.rst-content pre.literal-block {
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.rst-content table.docutils {
  border: 1px solid var(--askell-grey-l4);
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}

.rst-content table.docutils thead {
  background: var(--askell-grey-l2);
  color: var(--askell-grey-d3);
}

.rst-content table.docutils td,
.rst-content table.docutils th {
  border-color: var(--askell-grey-l4);
}

.rst-content .admonition,
.rst-content .note,
.rst-content .warning {
  border-radius: 8px;
  box-shadow: none;
}

.rst-content .admonition-title {
  border-radius: 8px 8px 0 0;
  font-family: inherit;
}

.btn,
.btn-neutral,
.rst-content .seealso .admonition-title,
.wy-alert-title {
  border-radius: 28px;
}

.btn,
.btn-neutral,
.rst-content .viewcode-link {
  border: 1px solid var(--askell-purple-soft);
  box-shadow: none;
  color: var(--askell-grey-d3) !important;
  font-family: inherit;
}

.btn:hover,
.btn-neutral:hover,
.rst-content .viewcode-link:hover {
  background: var(--askell-purple);
  border-color: var(--askell-purple);
  color: var(--askell-white) !important;
}

.wy-breadcrumbs {
  color: var(--askell-grey);
  font-size: 0.9rem;
}

.wy-breadcrumbs a {
  color: var(--askell-blue-d1);
}

.rst-footer-buttons {
  margin-top: 3rem;
}

.rst-versions {
  background: var(--askell-grey-d3);
  border-top: 3px solid var(--askell-blue-l4);
  font-family: inherit;
}

.rst-versions .rst-current-version {
  background: var(--askell-grey-d3);
  color: var(--askell-white);
}

.rst-versions .rst-other-versions {
  color: var(--askell-white);
}

.rst-versions a {
  color: var(--askell-blue-l3);
}

.wy-nav-top {
  background: var(--askell-white);
  border-bottom: 1px solid var(--askell-grey-l4);
  color: var(--askell-grey-d3);
}

.wy-nav-top a {
  color: var(--askell-grey-d3);
}

@media screen and (max-width: 768px) {
  .wy-nav-content {
    box-shadow: none;
  }

  .wy-side-nav-search {
    padding-top: 24px;
  }

  .rst-content {
    font-size: 16px;
  }
}
