/** Reset some basic elements */
* { box-sizing: border-box !important; margin: 0; }

input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit; }

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font-family: Athelas, Palatino, Georgia, serif; font-size: 16px; line-height: 1.5; color: #2B2826; background-color: #fff; }

p { margin-top: 0; margin-bottom: 0.5em; }

h1, h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 0.25em; }

h1, .h1 { font-size: 40px; }

h2, .h2 { font-size: 32px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 20px; }

h5, .h5 { font-size: 16px; }

h6, .h6 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.02em; }

a { color: inherit; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid currentColor; }

a:hover { color: #2B2826; text-decoration: none; border-bottom: 1px dotted; }

pre { border-left: 8px solid #D7D5D1; margin: 32px 0; padding-left: 16px; width: 91.6666666667%; overflow-x: auto; white-space: pre; }

code { color: #423F38; font-size: 16px; padding: 1px; }

.prose p, .prose ol, .prose ul { font-size: 24px; margin-bottom: 1em; width: 100%; }

.prose ul, .prose ol { padding-left: 40px; }

.prose li { margin-bottom: 0.5em; }

.prose li ul li, .prose li ol li { margin-bottom: 0; }

.prose img { max-width: 100%; }

.prose blockquote { line-height: 1.375; padding-left: 20px; margin: 40px 0 40px -16px; border-left: 8px solid #D7D5D1; font-style: italic; }

.prose blockquote p { font-size: 24px; }

@media (min-width: 52em) { .prose blockquote { padding-left: 32px; margin: 64px 0 64px -40px; max-width: 110%; } .prose blockquote p { font-size: 32px; } }

.prose hr { color: #2B2826; border-style: solid; border-width: thin; margin-top: 0.5em; margin-bottom: 0.5em; }

.prose dt { font-weight: bold; font-style: italic; line-height: 1.25; }

.prose dd { font-style: italic; margin-bottom: 0.5em; }

.prose table { border-collapse: collapse; display: block; width: 100%; margin-bottom: 1.5em; overflow: auto; word-break: normal; word-break: keep-all; }

.prose table th { font-weight: bold; text-align: left; }

.prose table th, .prose table td { padding: 16px 32px 16px 2px; border-top: 1px solid #2B2826; border-bottom: 1px solid #2B2826; }

.prose table tr { border-top: 1px solid #2B2826; }

.prose table tr th { border-top: 2px solid #2B2826; border-bottom: 2px solid #2B2826; }

/* Type utilities */
.h0 { font-size: 48px; line-height: 1.0125; margin-top: 0.85em; word-wrap: break-word; }

@media (min-width: 52em) { .h0 { font-size: 96px; } }

.text-right { text-align: right; }

.no-underline, .no-underline-hover { text-decoration: none; border-bottom: none; }

.no-underline-hover:hover { text-decoration: none !important; border-bottom: none !important; }

.link-primary { font-weight: bold; text-decoration: none; border-bottom: 2px solid currentColor; padding-bottom: 1px; }

.link-primary:hover { color: #2B2826; text-decoration: none; border-bottom: 2px dotted; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.uppercase { text-transform: uppercase; }

.lh-condensed { line-height: 1.25; }

.list-reset { list-style: none; padding-left: 0; }

/* Border utilities */
.border-bottom-thick { border-bottom: 2px solid; border-color: currentColor; }

.border-bottom-thin { border-bottom: 1px solid; border-color: currentColor; }

.border-top-thick { border-top: 2px solid; border-color: currentColor; }

.border-top-thin { border-top: 1px solid; border-color: currentColor; }

.border-0 { border: 0; }

/* Theme color utilities */
.header-background { background-color: #fff; }

.header-border { border-color: #2B2826; }

.header-title { color: #2B2826; }

.header-text { color: #2B2826; }

.header-social { fill: #2B2826; }

.header-link:hover { color: #2B2826 !important; }

.text-accent { color: #423F38; }

/* Layout utilities */
.container { max-width: 52em; }

.col-1 { width: 8.3333333333%; }

.col-2 { width: 16.6666666667%; }

.col-3 { width: 25%; }

.col-4 { width: 33.3333333333%; }

.col-5 { width: 41.6666666667%; }

.col-6 { width: 50%; }

.col-7 { width: 58.3333333333%; }

.col-8 { width: 66.6666666667%; }

.col-9 { width: 75%; }

.col-10 { width: 83.3333333333%; }

.col-11 { width: 91.6666666667%; }

.col-12 { width: 100%; }

@media (max-width: 52em) { .sm-width-full { width: 100% !important; } }

.block { display: block !important; }

.inline-block { display: inline-block !important; }

.absolute { position: absolute; }

.fixed { position: fixed; }

.top-0 { top: 0; }

.right-0 { right: 0; }

.left-0 { left: 0; }

.table { display: table !important; }

.left { float: left; }

.right { float: right; }

@media (min-width: 52em) { .right-lg { float: right !important; } .left-lg { float: left !important; } .absolute-lg { position: absolute; } .block-lg { display: block !important; } .inline-block-lg { display: inline-block; } }

@media (max-width: 52em) { .hide-sm { display: none !important; } }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.align-middle { vertical-align: middle; }

/* Padding */
.px-0 { padding-left: 0; padding-right: 0; }

.py-0 { padding-top: 0; padding-bottom: 0; }

.px-1 { padding-left: 8px; padding-right: 8px; }

.py-1 { padding-top: 8px; padding-bottom: 8px; }

.px-2 { padding-left: 16px; padding-right: 16px; }

.py-2 { padding-top: 16px; padding-bottom: 16px; }

.px-3 { padding-left: 32px; padding-right: 32px; }

.py-3 { padding-top: 32px; padding-bottom: 32px; }

.px-4 { padding-left: 64px; padding-right: 64px; }

.py-4 { padding-top: 64px; padding-bottom: 64px; }

/* Margin */
.mx-auto { margin-left: auto; margin-right: auto; }

.mt-0 { margin-top: 0; }

.mr-0 { margin-right: 0; }

.mb-0 { margin-bottom: 0; }

.ml-0 { margin-left: 0; }

.mt-1 { margin-top: 8px; }

.mr-1 { margin-right: 8px; }

.mb-1 { margin-bottom: 8px; }

.ml-1 { margin-left: 8px; }

.mt-2 { margin-top: 16px; }

.mr-2 { margin-right: 16px; }

.mb-2 { margin-bottom: 16px; }

.ml-2 { margin-left: 16px; }

.mt-3 { margin-top: 32px; }

.mr-3 { margin-right: 32px; }

.mb-3 { margin-bottom: 32px; }

.ml-3 { margin-left: 32px; }

.mt-4 { margin-top: 64px; }

.mr-4 { margin-right: 64px; }

.mb-4 { margin-bottom: 64px; }

.ml-4 { margin-left: 64px; }

@media (min-width: 52em) { .mx-lg-auto { margin-left: auto; margin-right: auto; } .mt-lg-0 { margin-top: 0; } .mr-lg-0 { margin-right: 0; } .mb-lg-0 { margin-bottom: 0; } .ml-lg-0 { margin-left: 0; } .mt-lg-1 { margin-top: 8px; } .mr-lg-1 { margin-right: 8px; } .mb-lg-1 { margin-bottom: 8px; } .ml-lg-1 { margin-left: 8px; } .mt-lg-2 { margin-top: 16px; } .mr-lg-2 { margin-right: 16px; } .mb-lg-2 { margin-bottom: 16px; } .ml-lg-2 { margin-left: 16px; } .mt-lg-3 { margin-top: 32px; } .mr-lg-3 { margin-right: 32px; } .mb-lg-3 { margin-bottom: 32px; } .ml-lg-3 { margin-left: 32px; } .mt-lg-4 { margin-top: 64px; } .mr-lg-4 { margin-right: 64px; } .mb-lg-4 { margin-bottom: 64px; } .ml-lg-4 { margin-left: 64px; } }

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

.highlight .c { color: #999988; font-style: italic; }

/* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2; }

/* Error */
.highlight .k { color: #000000; font-weight: bold; }

/* Keyword */
.highlight .o { color: #000000; font-weight: bold; }

/* Operator */
.highlight .cm { color: #999988; font-style: italic; }

/* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold; font-style: italic; }

/* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic; }

/* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }

/* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .ge { color: #000000; font-style: italic; }

/* Generic.Emph */
.highlight .gr { color: #aa0000; }

/* Generic.Error */
.highlight .gh { color: #999999; }

/* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .go { color: #888888; }

/* Generic.Output */
.highlight .gp { color: #555555; }

/* Generic.Prompt */
.highlight .gs { font-weight: bold; }

/* Generic.Strong */
.highlight .gu { color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt { color: #aa0000; }

/* Generic.Traceback */
.highlight .kc { color: #000000; font-weight: bold; }

/* Keyword.Constant */
.highlight .kd { color: #000000; font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn { color: #000000; font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp { color: #000000; font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr { color: #000000; font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold; }

/* Keyword.Type */
.highlight .m { color: #009999; }

/* Literal.Number */
.highlight .s { color: #d01040; }

/* Literal.String */
.highlight .na { color: #008080; }

/* Name.Attribute */
.highlight .nb { color: #0086B3; }

/* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold; }

/* Name.Class */
.highlight .no { color: #008080; }

/* Name.Constant */
.highlight .nd { color: #3c5d5d; font-weight: bold; }

/* Name.Decorator */
.highlight .ni { color: #800080; }

/* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold; }

/* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold; }

/* Name.Function */
.highlight .nl { color: #990000; font-weight: bold; }

/* Name.Label */
.highlight .nn { color: #555555; }

/* Name.Namespace */
.highlight .nt { color: #000080; }

/* Name.Tag */
.highlight .nv { color: #008080; }

/* Name.Variable */
.highlight .ow { color: #000000; font-weight: bold; }

/* Operator.Word */
.highlight .w { color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf { color: #009999; }

/* Literal.Number.Float */
.highlight .mh { color: #009999; }

/* Literal.Number.Hex */
.highlight .mi { color: #009999; }

/* Literal.Number.Integer */
.highlight .mo { color: #009999; }

/* Literal.Number.Oct */
.highlight .sb { color: #d01040; }

/* Literal.String.Backtick */
.highlight .sc { color: #d01040; }

/* Literal.String.Char */
.highlight .sd { color: #d01040; }

/* Literal.String.Doc */
.highlight .s2 { color: #d01040; }

/* Literal.String.Double */
.highlight .se { color: #d01040; }

/* Literal.String.Escape */
.highlight .sh { color: #d01040; }

/* Literal.String.Heredoc */
.highlight .si { color: #d01040; }

/* Literal.String.Interpol */
.highlight .sx { color: #d01040; }

/* Literal.String.Other */
.highlight .sr { color: #009926; }

/* Literal.String.Regex */
.highlight .s1 { color: #d01040; }

/* Literal.String.Single */
.highlight .ss { color: #990073; }

/* Literal.String.Symbol */
.highlight .bp { color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc { color: #008080; }

/* Name.Variable.Class */
.highlight .vg { color: #008080; }

/* Name.Variable.Global */
.highlight .vi { color: #008080; }

/* Name.Variable.Instance */
.highlight .il { color: #009999; }

/* Literal.Number.Integer.Long */

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