/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.highlight .hll {
  background-color: #f8f9f4;
}

.highlight .c {
  color: #008800;
  font-style: italic;
} /* Comment */
.highlight .err {
  border: 1px solid #FF0000;
} /* Error */
.highlight .k {
  color: #AA22FF;
  font-weight: bold;
} /* Keyword */
.highlight .o {
  color: #666666;
} /* Operator */
.highlight .cm {
  color: #008800;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #008800;
} /* Comment.Preproc */
.highlight .c1 {
  color: #008800;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #008800;
  font-weight: bold;
} /* Comment.Special */
.highlight .gd {
  color: #A00000;
} /* Generic.Deleted */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #FF0000;
} /* Generic.Error */
.highlight .gh {
  color: #000080;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #00A000;
} /* Generic.Inserted */
.highlight .go {
  color: #808080;
} /* Generic.Output */
.highlight .gp {
  color: #000080;
  font-weight: bold;
} /* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #800080;
  font-weight: bold;
} /* Generic.Subheading */
.highlight .gt {
  color: #0040D0;
} /* Generic.Traceback */
.highlight .kc {
  color: #AA22FF;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #AA22FF;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #AA22FF;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #AA22FF;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #AA22FF;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #00BB00;
  font-weight: bold;
} /* Keyword.Type */
.highlight .m {
  color: #666666;
} /* Literal.Number */
.highlight .s {
  color: #BB4444;
} /* Literal.String */
.highlight .na {
  color: #BB4444;
} /* Name.Attribute */
.highlight .nb {
  color: #AA22FF;
} /* Name.Builtin */
.highlight .nc {
  color: #0000FF;
} /* Name.Class */
.highlight .no {
  color: #880000;
} /* Name.Constant */
.highlight .nd {
  color: #AA22FF;
} /* Name.Decorator */
.highlight .ni {
  color: #999999;
  font-weight: bold;
} /* Name.Entity */
.highlight .ne {
  color: #D2413A;
  font-weight: bold;
} /* Name.Exception */
.highlight .nf {
  color: #00A000;
} /* Name.Function */
.highlight .nl {
  color: #A0A000;
} /* Name.Label */
.highlight .nn {
  color: #0000FF;
  font-weight: bold;
} /* Name.Namespace */
.highlight .nt {
  color: #008000;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #B8860B;
} /* Name.Variable */
.highlight .ow {
  color: #AA22FF;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #bbbbbb;
} /* Text.Whitespace */
.highlight .mf {
  color: #666666;
} /* Literal.Number.Float */
.highlight .mh {
  color: #666666;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #666666;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #666666;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #BB4444;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #BB4444;
} /* Literal.String.Char */
.highlight .sd {
  color: #BB4444;
  font-style: italic;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #BB4444;
} /* Literal.String.Double */
.highlight .se {
  color: #BB6622;
  font-weight: bold;
} /* Literal.String.Escape */
.highlight .sh {
  color: #BB4444;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #BB6688;
  font-weight: bold;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #008000;
} /* Literal.String.Other */
.highlight .sr {
  color: #BB6688;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #BB4444;
} /* Literal.String.Single */
.highlight .ss {
  color: #B8860B;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #AA22FF;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #B8860B;
} /* Name.Variable.Class */
.highlight .vg {
  color: #B8860B;
} /* Name.Variable.Global */
.highlight .vi {
  color: #B8860B;
} /* Name.Variable.Instance */
.highlight .il {
  color: #666666;
} /* Literal.Number.Integer.Long */
.post__main h1,
.post__main h2,
.post__main h3,
.post__main h4,
.post__main h5,
.post__main h6 {
  font-family: "Nunito", sans-serif;
  color: #00012f;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  line-height: 1.2;
  font-weight: 700;
}
.post__main h1 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}
.post__main h2 {
  font-size: 2rem;
  border-bottom: 2px solid #fdbddf;
  padding-bottom: 0.3rem;
}
.post__main h3 {
  font-size: 1.7rem;
}
.post__main h4 {
  font-size: 1.4rem;
}
.post__main h5 {
  font-size: 1.2rem;
}
.post__main h6 {
  font-size: 1.1rem;
  color: rgb(0, 3.170212766, 149);
}
.post__main p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #00012f;
}
.post__main a {
  color: rgb(248.5, 40.5, 151);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.post__main a:hover {
  color: #e7077e;
  text-decoration: underline;
}
.post__main a:visited {
  color: rgb(132.6956521739, 65.2173913043, 250.7826086957);
}
.post__main ul,
.post__main ol {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #00012f;
}
.post__main ul {
  list-style-type: disc;
}
.post__main ol {
  list-style-type: decimal;
}
.post__main li {
  margin-bottom: 0.4rem;
}
.post__main li ul,
.post__main li ol {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.post__main :not(pre) > code {
  font-family: "Nunito", monospace;
  background: linear-gradient(135deg, rgb(245.2282608696, 239.8369565217, 254.6630434783), white);
  color: rgb(0, 0.4574468085, 21.5);
  padding: 0.25rem 0.5rem;
  border-radius: 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid rgb(222.7217391304, 204.9130434783, 253.8869565217);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.post__main :not(pre) > code:hover {
  background: linear-gradient(135deg, white, rgb(243.4210526316, 251.3157894737, 254.5789473684));
  border-color: #fdbddf;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.post__main pre {
  font-family: "Courier New", monospace;
  background-color: rgb(235.5826086957, 224.8695652174, 254.3304347826);
  color: #00012f;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  border: 1px solid #c5a5fd;
  line-height: 1.4;
}
.post__main blockquote {
  font-family: "Nunito", sans-serif;
  font-style: italic;
  border-left: 4px solid #fdbddf;
  padding-left: 1rem;
  margin: 1.5rem 0;
  background-color: white;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  color: rgb(0, 0.4574468085, 21.5);
}
.post__main blockquote p {
  margin-bottom: 0.5rem;
}
.post__main blockquote p:last-child {
  margin-bottom: 0;
}
.post__main em,
.post__main i {
  font-style: italic;
  font-weight: 500;
}
.post__main strong,
.post__main b {
  font-weight: 700;
  color: rgb(0, 0.4574468085, 21.5);
}
.post__main del,
.post__main s {
  text-decoration: line-through;
  color: rgb(0, 4.2553191489, 200);
}
.post__main u {
  text-decoration: underline;
  text-decoration-color: #fdbddf;
}
.post__main hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #fdbddf, #c5a5fd, #91dcfb);
  margin: 2rem 0;
  border-radius: 1px;
}
.post__main table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
}
.post__main table th,
.post__main table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgb(229.152173913, 214.8913043478, 254.1086956522);
}
.post__main table th {
  background-color: #fdbddf;
  color: #00012f;
  font-weight: 700;
  border-bottom: 2px solid rgb(251.5, 139.5, 199);
}
.post__main table tr:nth-child(even) {
  background-color: rgb(254.8739130435, 254.8043478261, 254.9956521739);
}
.post__main table tr:hover {
  background-color: rgb(245.2282608696, 239.8369565217, 254.6630434783);
}
.post__main img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.post__main .post-image--small {
  max-width: 300px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .post-image--medium {
  max-width: 500px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .post-image--large {
  max-width: 800px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .post-image--full {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 2rem auto;
}
.post__main .post-image--left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 300px;
}
.post__main .post-image--right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 300px;
}
.post__main .post-image--center {
  display: block;
  margin: 1.5rem auto;
  max-width: 600px;
}
.post__main .img-small {
  max-width: 300px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .img-medium {
  max-width: 500px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .img-large {
  max-width: 800px;
  display: block;
  margin: 1.5rem auto;
}
.post__main .img-center {
  display: block;
  margin: 1.5rem auto;
  max-width: 600px;
}
.post__main .image-caption {
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  color: rgb(0, 2.6276595745, 123.5);
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
}
.post__main dl {
  margin-bottom: 1rem;
}
.post__main dt {
  font-weight: 700;
  color: #00012f;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.post__main dd {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: rgb(0, 2.085106383, 98);
}
.post__main small {
  font-size: 0.85rem;
  color: rgb(0, 3.7127659574, 174.5);
}
.post__main mark {
  background-color: rgb(243.4210526316, 251.3157894737, 254.5789473684);
  color: #00012f;
  padding: 0.1rem 0.3rem;
  border-radius: 0.2rem;
}

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