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

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Ubuntu, Helvetica Neue, sans-serif;
  font-size: 13px;
}

button, select {
  font-family: inherit;
}

input {
  font-size: inherit;
  color: inherit;
  padding: 8px;
  font-family: inherit;
}

a {
  color: var(--blue-50);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
}

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

h1 a:hover {
  color: var(--blue-50);
}

h3 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

code {
  color: #e83e8c;
  font-family: var(--monospace-font);
}

::-webkit-scrollbar {
  opacity: 1;
  background-color: #0000;
  width: .8em;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #e5e5e5;
  border-radius: .8em;
}

::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: .8em;
}

:root {
  --monospace-font: "Fira Code", SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --magenta-50: #ff1ad9;
  --magenta-60: #ed00b5;
  --magenta-70: #b5007f;
  --magenta-80: #7d004f;
  --magenta-90: #440027;
  --purple-50: #9400ff;
  --purple-60: #8000d7;
  --purple-70: #6200a4;
  --purple-80: #440071;
  --purple-90: #25003e;
  --blue-40: #45a1ff;
  --blue-50: #0a84ff;
  --blue-50-a30: #0a84ff4d;
  --blue-60: #0060df;
  --blue-70: #003eaa;
  --blue-80: #002275;
  --blue-90: #000f40;
  --teal-50: #00feff;
  --teal-60: #00c8d7;
  --teal-70: #008ea4;
  --teal-80: #005a71;
  --teal-90: #002d3e;
  --green-50: #30e60b;
  --green-60: #12bc00;
  --green-70: #058b00;
  --green-80: #006504;
  --green-90: #003706;
  --yellow-50: #ffe900;
  --yellow-60: #d7b600;
  --yellow-70: #a47f00;
  --yellow-80: #715100;
  --yellow-90: #3e2800;
  --red-50: #ff0039;
  --red-60: #d70022;
  --red-70: #a4000f;
  --red-80: #5a0002;
  --red-90: #3e0200;
  --orange-50: #ff9400;
  --orange-60: #d76e00;
  --orange-70: #a44900;
  --orange-80: #712b00;
  --orange-90: #3e1300;
  --grey-10: #f9f9fa;
  --grey-20: #ededf0;
  --grey-30: #d7d7db;
  --grey-40: #b1b1b3;
  --grey-50: #737373;
  --grey-60: #4a4a4f;
  --grey-70: #38383d;
  --grey-80: #2a2a2e;
  --grey-90: #0c0c0d;
  --grey-90-a05: #0c0c0d0d;
  --grey-90-a10: #0c0c0d1a;
  --grey-90-a20: #0c0c0d33;
  --grey-90-a30: #0c0c0d4d;
  --grey-90-a40: #0c0c0d66;
  --grey-90-a50: #0c0c0d80;
  --grey-90-a60: #0c0c0d99;
  --grey-90-a70: #0c0c0db3;
  --grey-90-a80: #0c0c0dcc;
  --grey-90-a90: #0c0c0de6;
  --ink-70: #363959;
  --ink-80: #202340;
  --ink-90: #0f1126;
  --white-100: #fff;
}
/*# sourceMappingURL=content.2012d6a3.css.map */
