@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Regular.woff2?v=3.19") format("woff2"), url("../fonts/inter/Inter-Regular.woff?v=3.19") format("woff"); }
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter-Italic.woff2?v=3.19") format("woff2"), url("../fonts/inter/Inter-Italic.woff?v=3.19") format("woff"); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter/Inter-Medium.woff2?v=3.19") format("woff2"), url("../fonts/inter/Inter-Medium.woff?v=3.19") format("woff"); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff?v=3.19") format("woff"); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter/Inter-Bold.woff2?v=3.19") format("woff2"), url("../fonts/inter/Inter-Bold.woff?v=3.19") format("woff"); }
/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("../fonts/inter/Inter-roman.var.woff2?v=3.19") format("woff2"); }
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url("../fonts/inter/Inter-italic.var.woff2?v=3.19") format("woff2"); }
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fira-mono/FiraMono-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/fira-mono/FiraMono-Bold.ttf") format("truetype"); }
.row {
  max-width: 90rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 6rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 3rem; }

.toc {
  width: 30rem; }

.manual-content {
  width: calc(100% - 30rem);
  left: 30rem; }
  .manual-content .wrapper {
    max-width: 70rem; }

@media screen and (max-width: 950px) {
  .toc {
    width: 25rem; }

  .manual-content {
    width: calc(100% - 25rem);
    left: 25rem; } }
@media screen and (max-width: 650px) {
  .toc {
    display: none; }

  .manual-content {
    width: 100%;
    left: 0; } }
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, ol {
  -moz-padding-start: 3rem;
  -webkit-padding-start: 3rem; }

::selection {
  background-color: rgba(218, 223, 233, 0.5); }

body {
  font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #303643;
  background-color: #f3f6fc; }

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #15181f;
  line-height: 1.2;
  font-weight: 700; }

h1 {
  font-size: 4.8rem;
  letter-spacing: -1.4px; }
  h1:not(:first-child) {
    padding-top: 3rem; }
  h1.error-404 {
    font-size: 10rem;
    font-weight: 400;
    line-height: 1.2; }

h2 {
  font-size: 3rem;
  padding-top: calc(6rem - 1.2rem);
  padding-bottom: 1.5rem;
  letter-spacing: -0.6px; }

h3 {
  font-size: 2.2rem;
  padding-top: calc(3rem - 1.2rem);
  padding-bottom: 1.2rem;
  letter-spacing: -0.1px; }

h4 {
  font-size: 1.8rem;
  padding-top: 3rem;
  padding-bottom: 1.2rem; }

h5 {
  font-size: 1.6rem;
  padding-top: 3rem;
  padding-bottom: 1.2rem; }

h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-top: 3rem;
  padding-bottom: 1.2rem; }

h2 + h3, h3 + h4, h4 + h5 {
  padding-top: 1.5rem; }

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1px;
  padding: 1.2rem 0;
  overflow-x: auto; }

span.error-404 {
  display: inline-block;
  font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.toc {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  bottom: 0;
  padding-right: 3rem;
  padding-left: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  background-color: #f3f6fc; }
  .toc__title {
    padding-left: 1rem;
    padding-right: 1rem; }
  .toc__title-link:link, .toc__title-link:visited, .toc__title-link:hover, .toc__title-link:active {
    font-size: 1.8rem;
    font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #15181f;
    font-weight: 700;
    text-decoration: none; }
  .toc ul {
    list-style: none;
    padding: 0; }
  .toc > ul > li > a {
    padding: 2rem 1rem 1rem 1rem;
    display: inline-block;
    text-decoration: none;
    color: #1265d4;
    letter-spacing: 0.8px;
    font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600; }
    .toc > ul > li > a::before {
      content: "::";
      letter-spacing: 1px;
      display: inline-block;
      padding-right: 1px; }
  .toc li li a {
    text-decoration: none;
    letter-spacing: 0;
    color: #303643;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 5px 1rem;
    font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    display: inline-block; }
    .toc li li a:hover, .toc li li a:active {
      background-color: #e3e8f2;
      border-radius: 3px; }
  .toc li li li {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1.2rem; }
    .toc li li li a {
      font-size: 1.2rem;
      color: rgba(48, 54, 67, 0.8); }
    .toc li li li:first-child {
      padding-top: 1px; }

.page-content {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
  border-radius: .7rem; }
  .page-content ul, .page-content ol {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
  .page-content ul li, .page-content ol li {
    padding-top: .3rem;
    padding-bottom: .3rem; }
  .page-content a:link, .page-content a:visited {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1.5px solid #1265d4; }
  .page-content a:hover, .page-content a:active {
    color: #1265d4;
    text-decoration: none; }
  .page-content .home-btn {
    background-color: #1265d4;
    width: 13rem;
    width: fit-content;
    border-radius: 3px;
    margin: 3rem auto;
    padding: .7rem 1.5rem; }
    .page-content .home-btn:hover, .page-content .home-btn:active {
      background-color: #105abc;
      cursor: pointer; }
    .page-content .home-btn__link a:link {
      color: #f3f6fc;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .page-content .home-btn a:link, .page-content .home-btn a:visited {
      color: #f3f6fc;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      font-family: Inter, "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .page-content:not(.manual-content) {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

.manual-content {
  box-shadow: 0 0.5rem 1.4rem -0.1rem rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-left: 6rem;
  overflow-x: auto; }

@media screen and (max-width: 950px) {
  .manual-content {
    padding-left: 3rem; } }
code {
  color: rgba(21, 24, 31, 0.9);
  font-family: "Fira Mono", Menlo, "Source Code Pro", "Courier New", monospace;
  font-size: 14.5px;
  line-height: 1.6; }
  code.highlighter-rouge {
    padding: 0 .4rem;
    background-color: #e3e8f2;
    border-radius: 3px; }

p code.highlighter-rouge, li code.highlighter-rouge {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  vertical-align: middle; }

div.highlighter-rouge {
  padding: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #e3e8f2;
  border-radius: 3px;
  border: 1px solid rgba(218, 223, 233, 0.3);
  color: #303643; }

pre.highlight {
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  word-wrap: break-word; }

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  display: block;
  overflow: auto; }

th {
  padding: 1rem 1rem;
  border-bottom: 0.1rem solid #dadfe9; }

td {
  padding: 1rem 1rem; }

tr {
  border-bottom: 0.1rem solid rgba(218, 223, 233, 0.3);
  text-align: left;
  vertical-align: top; }

blockquote {
  font-family: "Fira Mono", Menlo, "Source Code Pro", "Courier New", monospace;
  border-radius: 3px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 1.5rem; }

ul.post-list {
  list-style: none;
  padding: 0; }
  ul.post-list li {
    display: inline-block;
    width: 100%; }
  ul.post-list h2 {
    padding-top: 3rem;
    padding-bottom: 1.2rem;
    line-height: 0.9;
    letter-spacing: -0.1px; }
  ul.post-list a.post-link {
    color: #15181f;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 700; }

.highlight .highlight .c {
  color: #303643;
  font-style: italic; }
.highlight .highlight .err {
  color: #eb2521;
  background-color: rgba(239, 83, 80, 0.15); }
.highlight .highlight .k {
  font-weight: 700; }
.highlight .highlight .o {
  font-weight: 700; }
.highlight .highlight .cm {
  color: #303643;
  font-style: italic; }
.highlight .highlight .cp {
  color: #727f9a;
  font-weight: 700; }
.highlight .highlight .c1 {
  color: #303643;
  font-style: italic; }
.highlight .highlight .cs {
  color: #727f9a;
  font-weight: 700;
  font-style: italic; }
.highlight .highlight .gd {
  color: #15181f;
  background-color: rgba(239, 83, 80, 0.15); }
.highlight .highlight .gd .x {
  color: #15181f;
  background-color: rgba(239, 83, 80, 0.25); }
.highlight .highlight .ge {
  font-style: italic; }
.highlight .highlight .gr {
  color: #EF5350; }
.highlight .highlight .gh {
  color: #727f9a; }
.highlight .highlight .gi {
  color: #15181f;
  background-color: rgba(156, 204, 101, 0.2); }
.highlight .highlight .gi .x {
  color: #15181f;
  background-color: rgba(156, 204, 101, 0.3); }
.highlight .highlight .go {
  color: #888; }
.highlight .highlight .gp {
  color: #555; }
.highlight .highlight .gs {
  font-weight: 700; }
.highlight .highlight .gu {
  color: #aaa; }
.highlight .highlight .gt {
  color: #EF5350; }
.highlight .highlight .kc {
  font-weight: 700; }
.highlight .highlight .kd {
  font-weight: 700; }
.highlight .highlight .kp {
  font-weight: 700; }
.highlight .highlight .kr {
  font-weight: 700; }
.highlight .highlight .kt {
  color: #0b72c6;
  font-weight: 700; }
.highlight .highlight .m {
  color: #26A69A; }
.highlight .highlight .s {
  color: #8F4FFF; }
.highlight .highlight .na {
  color: #219187; }
.highlight .highlight .nb {
  color: #42A5F5; }
.highlight .highlight .nc {
  color: #0b72c6;
  font-weight: 700; }
.highlight .highlight .no {
  color: #219187; }
.highlight .highlight .ni {
  color: #E05091; }
.highlight .highlight .ne {
  color: #EF5350;
  font-weight: 700; }
.highlight .highlight .nf {
  color: #EF5350;
  font-weight: 700; }
.highlight .highlight .nn {
  color: #555; }
.highlight .highlight .nt {
  color: #085796; }
.highlight .highlight .nv {
  color: #219187; }
.highlight .highlight .ow {
  font-weight: 700; }
.highlight .highlight .w {
  color: #bbb; }
.highlight .highlight .mf {
  color: #26A69A; }
.highlight .highlight .mh {
  color: #26A69A; }
.highlight .highlight .mi {
  color: #26A69A; }
.highlight .highlight .mo {
  color: #26A69A; }
.highlight .highlight .sb {
  color: #8F4FFF; }
.highlight .highlight .sc {
  color: #8F4FFF; }
.highlight .highlight .sd {
  color: #8F4FFF; }
.highlight .highlight .s2 {
  color: #8F4FFF; }
.highlight .highlight .se {
  color: #8F4FFF; }
.highlight .highlight .sh {
  color: #8F4FFF; }
.highlight .highlight .si {
  color: #8F4FFF; }
.highlight .highlight .sx {
  color: #8F4FFF; }
.highlight .highlight .sr {
  color: #9CCC65; }
.highlight .highlight .s1 {
  color: #8F4FFF; }
.highlight .highlight .ss {
  color: #E05091; }
.highlight .highlight .bp {
  color: #727f9a; }
.highlight .highlight .vc {
  color: #219187; }
.highlight .highlight .vg {
  color: #219187; }
.highlight .highlight .vi {
  color: #219187; }
.highlight .highlight .il {
  color: #26A69A; }
