@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

.app {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

html, body, input, button {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 14pt;
  line-height: 22pt;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  color: rgb(40, 40, 40);
  background: rgb(252, 252, 252);
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

a {
  color: rgb(40, 40, 40);
  font-weight: 400;
  opacity: 0.6;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(145, 145, 145, 0.7);
}
a:hover {
  opacity: 0.9;
  text-decoration-color: rgba(145, 145, 145, 0.9);
}
a.link--telescope {
  text-decoration-color: rgba(91, 134, 229, 0.6);
}
a.link--telescope:hover {
  text-decoration-color: rgba(91, 134, 229, 0.8);
}
a.link--upg {
  text-decoration-color: rgba(162, 91, 229, 0.6);
}
a.link--upg:hover {
  text-decoration-color: rgba(153, 91, 229, 0.8);
}
a.link--prepacked {
  text-decoration-color: rgba(33, 139, 130, 0.6);
}
a.link--prepacked:hover {
  text-decoration-color: rgba(33, 139, 130, 0.8);
}
a.link--beautify {
  text-decoration-color: rgba(100, 200, 100, 0.6);
}
a.link--beautify:hover {
  text-decoration-color: rgba(100, 200, 100, 0.8);
}
a.link--ma35 {
  text-decoration-color: rgba(85, 0, 206, 0.8);
}
a.link--ma35:hover {
  text-decoration-color: rgba(85, 0, 206, 0.8);
}
a.link--routinie {
  text-decoration-color: rgba(180, 0, 0, 0.6);
}
a.link--routinie:hover {
  text-decoration-color: rgba(180, 0, 0, 0.8);
}
a.link--rasa {
  text-decoration-color: rgba(90, 22, 238, 0.6);
}
a.link--rasa:hover {
  text-decoration-color: rgba(90, 22, 238, 0.8);
}
a.link--status {
  text-decoration-color: rgba(58, 86, 212, 0.6);
}
a.link--status:hover {
  text-decoration-color: rgba(58, 86, 212, 0.8);
}
a.link--carteira {
  text-decoration-color: rgba(90, 22, 238, 0.6);
}
a.link--carteira:hover {
  text-decoration-color: rgba(90, 22, 238, 0.8);
}

@media (prefers-color-scheme: dark) {
  :root {
    filter: invert(0.9) hue-rotate(180deg);
  }
  img,
  video {
    filter: invert(1.1) hue-rotate(180deg);
  }
}
.html-content {
  word-break: break-word;
  line-height: 24pt;
}
.html-content strong {
  font-weight: 700;
}
.html-content a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.html-content a:hover {
  text-decoration: none;
}
.html-content h2, .html-content h3, .html-content h4 {
  margin: 2rem 2rem 1rem 2rem;
}
.html-content blockquote {
  color: rgba(0, 0, 0, 0.8);
  line-height: 24pt;
  padding: 2rem 2rem 2rem 1.75rem;
  margin: 0 0 1rem 0;
  border-left: 0.25rem solid;
}
.html-content blockquote.blockquote--theme-default {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.2);
}
.html-content blockquote.blockquote--theme-grey {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
}
.html-content blockquote.blockquote--theme-info {
  background: rgba(91, 134, 229, 0.1);
  border-color: transparent;
}
.html-content blockquote.blockquote--theme-warning {
  background: rgba(255, 135, 0, 0.1);
  border-color: transparent;
}
.html-content h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}
.html-content h3 {
  font-size: 1.15em;
  line-height: 1.2em;
}
.html-content h4 {
  font-size: 1em;
  line-height: 1.2em;
}
.html-content ul, .html-content ol {
  margin: 1rem 2rem;
  padding: 0;
  list-style: none;
  counter-reset: counter;
}
.html-content ul li, .html-content ol li {
  margin: 1rem 0 0 0.5rem;
  padding: 0 0 0 38px;
  position: relative;
  counter-increment: counter;
}
.html-content ul li::before, .html-content ol li::before {
  position: absolute;
  top: 0;
  line-height: inherit;
  left: 0;
  width: 36px;
  text-align: center;
}
.html-content ul li::before {
  content: "•";
}
.html-content ol li::before {
  content: counter(counter) ".";
}
.html-content p {
  margin: 0 2rem 1rem;
  line-height: 24pt;
}
.html-content p::before {
  content: "​";
}
.html-content p:last-child:empty {
  line-height: initial;
  min-height: initial;
}
.html-content div.image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
.html-content div.image-block img {
  display: block;
  max-width: 100%;
  border-radius: 0;
  height: auto;
  object-fit: contain;
}
.html-content div.external-twitter {
  margin: 2rem 2rem;
}
.html-content div.external-youtube {
  margin: 2rem 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.html-content div.external-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.html-content pre {
  padding: 2rem;
  margin: 0 0 2rem 0;
  font-size: 10pt;
  line-height: 18pt;
  overflow-y: scroll;
}
.html-content pre code {
  background: none;
  padding: 0;
}
.html-content code {
  font-family: consolas, monaco, monospace;
  font-size: 10pt;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.25rem 0.5rem;
}
.html-content code {
  line-height: 18pt;
}
.html-content :first-child {
  margin-top: 0 !important;
}
.html-content :last-child {
  margin-bottom: 0 !important;
}

.code-block--theme-default {
  color: rgb(0, 0, 0);
  background-color: #F5F5F5 !important;
}
.code-block--theme-default .token.comment, .code-block--theme-default .token.prolog, .code-block--theme-default .token.doctype, .code-block--theme-default .token.cdata {
  color: #969896;
}
.code-block--theme-default .token.property, .code-block--theme-default .token.tag, .code-block--theme-default .token.boolean, .code-block--theme-default .token.number, .code-block--theme-default .token.constant, .code-block--theme-default .token.symbol, .code-block--theme-default .token.deleted {
  color: #ED6A43;
}
.code-block--theme-default .token.operator, .code-block--theme-default .token.entity, .code-block--theme-default .token.string {
  color: #183691;
}
.code-block--theme-default .token.regex {
  color: #183691;
}
.code-block--theme-default .token.function {
  color: #795DA3;
}
.code-block--theme-default .token.keyword {
  color: #A71D5D;
}

.page {
  width: 100%;
  max-width: 700px;
  margin: 4rem 0;
  display: flex;
}
.page__image {
  position: absolute;
  width: 700px;
  height: 525px;
  background: url("/resources/background.png");
  background-repeat: no-repeat;
  background-size: 700px;
  margin-left: -150px;
  top: -30px;
  z-index: -1;
  max-width: calc(100% + 150px);
}
.page__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
.page__content {
  margin: 6rem 2rem 0 2rem;
}
.page__description {
  margin-bottom: 2rem;
}
.page__highlighted-text {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 125%;
  font-style: italic;
  background: #eefdc5;
}

.links {
  list-style: none;
  font-size: 16pt;
  line-height: 24pt;
  font-weight: 500;
  margin: 0 2rem;
}
.links li {
  display: inline-block;
  margin-right: 1rem;
}
.links a {
  font-weight: 500;
}

.paragraphs {
  margin: 6rem 2rem 0 2rem;
}
.paragraphs p {
  margin-bottom: 1rem;
}
.paragraphs p:last-child {
  margin-bottom: 0;
}

.projects--level-1 {
  margin-left: 2rem;
  margin-top: 2rem;
}

.project {
  list-style: none;
  margin-bottom: 2rem;
}
.project:last-child {
  margin-bottom: 0;
}
.project__title {
  font-size: 16pt;
  line-height: 22pt;
  font-weight: 500;
}
.project__description {
  margin: 0.5rem 0 0.5rem 0;
}
.project__links {
  list-style-type: none;
}
.project__link {
  display: flex;
}
.project__link:before {
  content: "—";
  margin-right: 0.5rem;
}

.articles {
  list-style-type: none;
  padding: 0;
  margin: 4rem 2rem 0 2rem;
}

.article {
  margin-top: 0.5rem;
}
.article__title {
  display: block;
}
.article__time {
  font-size: 11pt;
  line-height: 20pt;
}

.article-page {
  margin: 6rem 0 0 0;
}
.article-page__title {
  font-size: 20pt;
  line-height: 30pt;
  margin: 0 2rem 2rem 2rem;
}
.article-page__time {
  font-size: 11pt;
  line-height: 20pt;
  margin: 2rem 2rem 0 2rem;
}

/*# sourceMappingURL=page.css.map */
