:root {
  --bg-color: #ECEFF4;
  --fg-color: #2E3440;
  --accent-color: #81A1C1;
  --bg-color-light: rgb(236.95, 239.8, 244.55);
  --bg-color-dark: rgb(220.8, 226.2, 235.2);
  --fg-color-light: rgb(71.0909090909, 80.3636363636, 98.9090909091);
  --fg-color-dark: rgb(32.2, 36.4, 44.8);
  --accent-color-light: rgb(217.2, 226.8, 236.4);
  --accent-color-dark: rgb(74.3340425532, 112.7, 151.0659574468);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--default {
  --bg-color: #ECEFF4;
  --fg-color: #2E3440;
  --accent-color: #81A1C1;
  --bg-color-light: rgb(236.95, 239.8, 244.55);
  --bg-color-dark: rgb(220.8, 226.2, 235.2);
  --fg-color-light: rgb(71.0909090909, 80.3636363636, 98.9090909091);
  --fg-color-dark: rgb(32.2, 36.4, 44.8);
  --accent-color-light: rgb(217.2, 226.8, 236.4);
  --accent-color-dark: rgb(74.3340425532, 112.7, 151.0659574468);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--origami {
  --bg-color: #F2F6EF;
  --fg-color: #2E3A2F;
  --accent-color: #A3BE8C;
  --bg-color-light: rgb(242.65, 246.45, 239.8);
  --bg-color-dark: rgb(229.39, 237.27, 223.48);
  --fg-color-light: rgb(72.9365384615, 91.9634615385, 74.5221153846);
  --fg-color-dark: rgb(32.2, 40.6, 32.9);
  --accent-color-light: rgb(227.4, 235.5, 220.5);
  --accent-color-dark: rgb(112.9333333333, 147.5833333333, 83.4166666667);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--chess {
  --bg-color: #FFFDF5;
  --fg-color: #493825;
  --accent-color: #EBCB8B;
  --bg-color-light: rgb(255, 253.1, 245.5);
  --bg-color-dark: cornsilk;
  --fg-color-light: rgb(112.8181818182, 86.5454545455, 57.1818181818);
  --fg-color-dark: rgb(51.1, 39.2, 25.9);
  --accent-color-light: rgb(249, 239.4, 220.2);
  --accent-color-dark: rgb(218.5, 160.1, 43.3);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--computer-science {
  --bg-color: #FFF5F0;
  --fg-color: #5C4236;
  --accent-color: #D08770;
  --bg-color-light: rgb(255, 245.5, 240.75);
  --bg-color-dark: rgb(255, 228.5, 215.25);
  --fg-color-light: rgb(126.4054794521, 90.6821917808, 74.1945205479);
  --fg-color-dark: rgb(64.4, 46.2, 37.8);
  --accent-color-light: rgb(240.9, 219, 212.1);
  --accent-color-dark: rgb(168.5894736842, 82.5263157895, 55.4105263158);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--poker {
  --bg-color: #F9F6FA;
  --fg-color: #4A3A4A;
  --accent-color: #B48EAD;
  --bg-color-light: rgb(249.3, 246.45, 250.25);
  --bg-color-dark: rgb(238.3714285714, 230.0571428571, 241.1428571429);
  --fg-color-light: rgb(105.7863636364, 82.9136363636, 105.7863636364);
  --fg-color-dark: rgb(51.8, 40.6, 51.8);
  --accent-color-light: rgb(232.5, 221.1, 230.4);
  --accent-color-dark: rgb(135.479787234, 89.920212766, 127.0872340426);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

.theme--red {
  --bg-color: #FFF5F5;
  --fg-color: #5C3A38;
  --accent-color: #BF616A;
  --bg-color-light: rgb(255, 245.5, 245.5);
  --bg-color-dark: #ffdcdc;
  --fg-color-light: rgb(125.7540540541, 79.2797297297, 76.5459459459);
  --fg-color-dark: rgb(64.4, 40.6, 39.2);
  --accent-color-light: rgb(235.8, 207.6, 210.3);
  --accent-color-dark: rgb(143.4810810811, 58.1189189189, 66.2918918919);
  --base-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: calc(var(--base-font-size) * 0.875);
  --base-line-height: 1.5;
  --min-width: 200px;
  --max-width: 800px;
  --spacing-unit: 30px;
  --content-width: 800px;
  --table-text-align: left;
}

html {
  font-size: var(--base-font-size);
}

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

/**
 * Basic styling
 */
body {
  font: var(--base-font-weight) var(--base-font-size)/var(--base-line-height) var(--base-font-family);
  color: var(--fg-color);
  background-color: var(--bg-color);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  min-height: 100vh;
  overflow-wrap: break-word;
  margin: calc(var(--spacing-unit) * 0.5);
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: calc(var(--spacing-unit) * 0.5);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--accent-color);
}

hr {
  border: 1px solid var(--accent-color-light);
  margin: calc(var(--spacing-unit) * 0.5) 0;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img, figcaption {
  display: block;
  max-width: clamp(var(--min-width) / 2, 100%, var(--max-width) / 2);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

figcaption {
  font-size: var(--small-font-size);
}

/**
 * Lists
 */
ul, ol {
  margin-left: var(--spacing-unit);
}

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

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--base-font-weight);
}

/**
 * Links
 */
a {
  color: var(--accent-color);
  text-decoration: none;
}
a:visited {
  color: var(--accent-color);
}
a:hover {
  color: var(--accent-color-dark);
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: var(--accent-color);
  border-left: 4px solid var(--accent-color);
  padding-left: calc(var(--spacing-unit) * 0.5);
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: var(--code-font-family);
  font-size: 0.9375em;
  background-color: var(--accent-color-light);
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: var(--accent-color-light);
}
.highlighter-rouge .highlight {
  background: var(--accent-color-light);
}

/**
 * Wrapper
 */
.wrapper {
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Tables
 */
table {
  margin-bottom: var(--spacing-unit);
  width: 100%;
  text-align: var(--table-text-align);
  color: var(--fg-color);
  border-collapse: collapse;
  border: 1px solid var(--accent-color);
}
table tr:nth-child(even) {
  background-color: var(--bg-color-light);
}
table th, table td {
  padding: calc(var(--spacing-unit) * 0.333333) calc(var(--spacing-unit) * 0.5);
}
table th {
  background-color: var(--bg-color);
  border: 1px solid var(--accent-color);
}
table td {
  border: 1px solid var(--accent-color);
}

/**
 * Site footer
 */
.site-footer {
  background-color: var(--accent-color);
  color: var(--bg-color);
  padding: calc(var(--spacing-unit) * 0.5);
}
.site-footer a {
  color: var(--bg-color);
}
.site-footer .social-type {
  display: inline-block;
  min-width: calc(var(--spacing-unit) * 2);
}

/**
* Site header
*/
.site-header {
  background-color: var(--accent-color);
  color: var(--bg-color);
  padding: calc(var(--spacing-unit) * 0.5);
}
.site-header * {
  color: var(--bg-color);
  margin-bottom: 0;
}
.site-header a:hover {
  color: var(--bg-color);
}

.site-nav {
  margin-top: calc(var(--spacing-unit) * 0.5);
}
.site-nav a {
  color: var(--bg-color-dark);
}

.site-title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.site-title__title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/**
 * Post preview (used in lists, home, category pages)
 */
.post-list {
  margin-left: 0;
  list-style: none;
}

.post-item {
  margin-bottom: var(--spacing-unit);
  padding-left: calc(var(--spacing-unit) * 0.5);
  padding-right: 4px;
  border-left: 4px solid var(--accent-color);
  color: var(--accent-color);
  background-color: var(--bg-color-dark);
}

.post-meta {
  font-size: var(--small-font-size);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

.post-item.has-category .post-date {
  float: right;
}

.landing-intro {
  text-align: center;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.02em;
}

.landing-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* center vertically */
  justify-content: space-between; /* push arrow to the right */
  gap: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0;
  padding: calc(var(--spacing-unit) * 0.5);
  background-color: var(--bg-color-dark);
  color: var(--accent-color);
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 500;
}

.landing-section span {
  color: inherit;
}

.landing-section:hover {
  background-color: var(--accent-color);
  color: var(--bg-color);
}

.landing-section__text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  flex: 1; /* take all available space before the arrow */
}

.landing-section__title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.landing-section__subtitle {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.65;
}

.landing-section__arrow {
  font-size: 1.5rem;
  flex-shrink: 0; /* prevent shrinking */
  margin-left: 0.5rem;
}

.landing-recent-posts {
  margin-top: var(--spacing-unit);
}

.landing-recent-posts__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.see-all {
  text-align: center;
  margin-top: 2rem;
}

.see-all .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--bg-color-dark);
  color: var(--accent-color);
  text-decoration: none;
  transition: background-color 0.2s;
}

.see-all .btn:hover {
  background-color: var(--accent-color-light);
}

/**
 * Page Content
 */
.page-content {
  padding: var(--spacing-unit) 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: var(--spacing-unit);
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}

.post-content {
  margin-bottom: var(--spacing-unit);
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: var(--spacing-unit);
}
.post-content h2 {
  font-size: 2rem;
}
.post-content h3 {
  font-size: 1.625rem;
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

/**
 * Pagination navbar
 */
.pagination {
  display: table;
  margin: 0 auto;
  list-style: none;
}
.pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.pagination li:last-of-type {
  margin-right: 0;
}
.pagination li a, .pagination li div {
  display: block;
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
  padding: calc(var(--spacing-unit) * 0.25);
}
.pagination li a {
  border: 1px solid var(--accent-color);
}
.pagination li a:hover {
  border-color: var(--fg-color);
}
.pagination li div {
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: var(--accent-color);
  border: 1px dashed;
}

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