/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/assets/fonts/eb-garamond-v9-latin-regular.eot');
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'), url('/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/eb-garamond-v9-latin-regular.woff2') format('woff2'), url('/assets/fonts/eb-garamond-v9-latin-regular.woff') format('woff'), url('/assets/fonts/eb-garamond-v9-latin-regular.ttf') format('truetype'), url('/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond') format('svg');
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand: #fede00;
    --color-highlight: #fffab2;
    --color-text: #0b0404;
    --color-muted: #64644B;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        & {
          color: color-mix(in oklab, currentcolor 50%, transparent);
        }
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@layer base {
  body {
    background: var(--color-brand);
    color: var(--color-text);
    font-family: "EB Garamond", Garamond, "Times New Roman", serif;
    font-size: 1.3125em;
    line-height: 1.5;
  }
  h1 {
    font-size: 3em;
    margin: 0.5em auto;
  }
  h2 {
    font-size: 2em;
    margin: 1em auto;
    text-align: center;
  }
  h3 {
    font-size: 1.5em;
    margin: 1.3333em auto;
    text-align: center;
  }
  h4 {
    font-size: 1.25em;
    font-style: italic;
    margin: 1.875em auto;
    text-align: center;
  }
  h5 {
    font-size: 1em;
    font-style: italic;
    margin: 2em auto;
    text-align: center;
  }
  h6 {
    font-size: 0.875em;
    font-style: italic;
    margin: 2.25em auto;
    text-align: center;
  }
  em {
    font-style: italic;
  }
  strong {
    font-weight: bold;
  }
  a {
    color: var(--color-text);
  }
  a:focus {
    outline: 1px dashed var(--color-text);
  }
  blockquote {
    margin: 2em auto;
    opacity: 0.8;
  }
  blockquote > * {
    padding: 0 3em;
  }
  blockquote.epigraph {
    font-style: italic;
  }
  small {
    font-size: 0.75em;
  }
  p > cite {
    display: block;
    text-align: right;
  }
  hr {
    border: 0;
    display: block;
    width: 152px;
    height: 12px;
    margin: 4em auto 0;
    background: url(/assets/images/divider.svg) no-repeat top center;
  }
  img {
    display: flex;
    max-width: 100%;
    height: auto;
    margin: 2em auto;
  }
  figure img {
    margin: 2em auto 1em;
  }
  figcaption {
    font-size: 0.875em;
    font-style: italic;
    text-align: center;
    margin-bottom: 2em;
    opacity: 0.7;
  }
}
@layer components {
  .divided::after {
    content: "";
    border: 0;
    display: block;
    width: 152px;
    height: 12px;
    margin: 0.5em auto 0;
    background: url(/assets/images/divider.svg) no-repeat top center;
  }
  .home {
    max-width: 24em;
    margin: auto;
    padding: 4em 1em;
  }
  .content-title {
    font-size: 2em;
    margin-bottom: 2em;
    text-align: center;
  }
  .post-date {
    color: var(--color-muted);
    display: block;
    font-size: 0.825em;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .post-link .post-date {
    padding: 0.5em 0;
  }
  .site-credits {
    margin: 0 auto 2em;
    padding: 0 2em;
    text-align: center;
  }
  .skip-navigation {
    background: var(--color-brand);
    border: 1px dashed transparent;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    margin-top: -2.625rem;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .skip-navigation:hover, .skip-navigation:focus {
    background: #fedea2;
    border-color: var(--color-text);
    margin-top: 0;
  }
  .site-masthead {
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  .site-masthead h1 {
    font-size: 3em;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0 2rem;
  }
  @media (min-width: 768px) {
    .site-masthead h1 {
      font-size: 6em;
    }
  }
  .site-masthead h2 {
    color: var(--color-muted);
    font-size: 1.25em;
    margin: 0;
    padding: 0 2rem;
  }
  @media (min-width: 768px) {
    .site-masthead h2 {
      font-size: 3em;
    }
  }
  .site-navigation {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .site-navigation:hover a, .site-navigation:focus-within a {
    opacity: 0.7;
  }
  .site-navigation ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-navigation li {
    list-style: none;
    font-size: 0.875em;
    font-variant: small-caps;
    margin: 0;
  }
  .site-navigation li.active a {
    text-decoration: underline;
  }
  .site-navigation a {
    display: block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    transition: opacity 0.125s ease-in-out;
  }
  .site-navigation a:hover, .site-navigation a:focus {
    opacity: 1;
  }
  .post {
    background: white;
    margin: 2em auto;
    max-width: 60rem;
    padding: 2em 0;
    box-shadow: 12px 18px 24px rgba(128, 112, 0, 0.1);
  }
  .post > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    padding: 0 1em;
  }
  .post > h1 {
    font-size: 2em;
    max-width: 48rem;
    padding: 2em 1em;
    text-align: center;
  }
  .post p {
    text-align: justify;
    text-indent: 1.5em;
    text-justify: inter-word;
  }
  .post p:first-of-type, .post h2 + p {
    text-indent: 0;
  }
  .post a:hover {
    background: var(--color-highlight);
  }
  .post dl, .post ul, .post ol {
    margin: 1.5em;
  }
  .post li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .post-content:first-child {
    margin-top: 4em;
  }
  .post-meta {
    margin-bottom: 2em;
    margin-top: 2em;
    text-align: right;
  }
  .back-link {
    display: inline-block;
    font-size: 0.75em;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .post-list {
    margin: 1em 0;
    list-style: none;
  }
  .post-list:hover .post-link, .post-list:focus-within .post-link {
    opacity: 0.6;
  }
  .post-list li {
    margin-bottom: 1em;
  }
  .post-link {
    color: var(--color-text);
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    padding: 0.25em;
    transition: opacity 0.125s ease-in-out;
  }
  .post-link:hover, .post-link:focus {
    opacity: 1 !important;
  }
  @media (min-width: 768px) {
    .post-link {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .post-link .post-date {
      margin-left: auto;
    }
  }
  .post-link__heading {
    display: block;
    margin-right: 4em;
  }
  @media (min-width: 768px) {
    .post-link__heading {
      padding: 0.25em 0;
    }
  }
  .post-link__heading h1 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
  }
  .post-link__title + .post-link__excerpt {
    opacity: 0.6;
  }
  .post-pagination {
    margin-top: 4rem;
    font-size: 0.75em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
  }
  .post-pagination > * {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1em 0;
  }
  .post-pagination:hover a, .post-pagination:focus-within a {
    opacity: 0.6;
  }
  .post-pagination a {
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.125s ease-in-out;
  }
  .post-pagination a:hover, .post-pagination a:focus {
    opacity: 1;
  }
  #search {
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
  }
  #search__input {
    background: transparent;
    border: 0;
    font: 1em "EB Garamond", Garamond, "Times New Roman", serif;
    padding: 0.5em;
    color: var(--color-text);
    text-align: center;
  }
  #search__input:focus {
    outline: 1px dashed var(--color-text);
  }
  #search button[type="submit"] {
    display: none;
  }
  ::-webkit-input-placeholder {
    color: var(--color-muted);
  }
  ::-moz-placeholder {
    color: var(--color-muted);
  }
  :-ms-input-placeholder {
    color: var(--color-muted);
  }
  :-moz-placeholder {
    color: var(--color-muted);
  }
  .footnote {
    border: 1px solid var(--color-muted);
    border-radius: 1em;
    color: var(--color-text);
    display: inline;
    font-size: 0.75em;
    font-weight: 700;
    padding: 0 0.75em;
    text-decoration: none;
    margin: 0 0.25em;
  }
  .footnote:hover, .footnote:focus {
    background: var(--color-brand);
    border-color: var(--color-brand);
  }
  .footnotes::before {
    content: '';
    border: 0;
    display: block;
    width: 152px;
    height: 12px;
    margin: 4em auto;
    background: url(/assets/images/divider.svg) no-repeat top center;
  }
  .footnotes {
    margin-bottom: 4em;
  }
  .footnotes li {
    margin-bottom: 1em;
  }
  .reversefootnote {
    font-size: 0.75em;
    opacity: 0.75;
  }
  code.highlighter-rouge {
    background: rgb(255, 245.2362204724, 177.5);
    font-family: courier, monospace;
    font-size: 0.875em;
  }
  .highlight {
    background: #fff;
    font-family: courier, monospace;
    font-size: 0.875em;
    margin: 2em auto;
  }
  .highlight > * {
    padding: 1em;
  }
  .highlight .c {
    color: #998;
    font-style: italic;
  }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2;
  }
  .highlight .k {
    font-weight: bold;
  }
  .highlight .o {
    font-weight: bold;
  }
  .highlight .cm {
    color: #998;
    font-style: italic;
  }
  .highlight .cp {
    color: #999;
    font-weight: bold;
  }
  .highlight .c1 {
    color: #998;
    font-style: italic;
  }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic;
  }
  .highlight .gd {
    color: #000;
    background-color: #fdd;
  }
  .highlight .gd .x {
    color: #000;
    background-color: #faa;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gr {
    color: #a00;
  }
  .highlight .gh {
    color: #999;
  }
  .highlight .gi {
    color: #000;
    background-color: #dfd;
  }
  .highlight .gi .x {
    color: #000;
    background-color: #afa;
  }
  .highlight .go {
    color: #888;
  }
  .highlight .gp {
    color: #555;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gu {
    color: #aaa;
  }
  .highlight .gt {
    color: #a00;
  }
  .highlight .kc {
    font-weight: bold;
  }
  .highlight .kd {
    font-weight: bold;
  }
  .highlight .kp {
    font-weight: bold;
  }
  .highlight .kr {
    font-weight: bold;
  }
  .highlight .kt {
    color: #458;
    font-weight: bold;
  }
  .highlight .m {
    color: #099;
  }
  .highlight .s {
    color: #d14;
  }
  .highlight .na {
    color: #008080;
  }
  .highlight .nb {
    color: #0086B3;
  }
  .highlight .nc {
    color: #458;
    font-weight: bold;
  }
  .highlight .no {
    color: #008080;
  }
  .highlight .ni {
    color: #800080;
  }
  .highlight .ne {
    color: #900;
    font-weight: bold;
  }
  .highlight .nf {
    color: #900;
    font-weight: bold;
  }
  .highlight .nn {
    color: #555;
  }
  .highlight .nt {
    color: #000080;
  }
  .highlight .nv {
    color: #008080;
  }
  .highlight .ow {
    font-weight: bold;
  }
  .highlight .w {
    color: #bbb;
  }
  .highlight .mf {
    color: #099;
  }
  .highlight .mh {
    color: #099;
  }
  .highlight .mi {
    color: #099;
  }
  .highlight .mo {
    color: #099;
  }
  .highlight .sb {
    color: #d14;
  }
  .highlight .sc {
    color: #d14;
  }
  .highlight .sd {
    color: #d14;
  }
  .highlight .s2 {
    color: #d14;
  }
  .highlight .se {
    color: #d14;
  }
  .highlight .sh {
    color: #d14;
  }
  .highlight .si {
    color: #d14;
  }
  .highlight .sx {
    color: #d14;
  }
  .highlight .sr {
    color: #009926;
  }
  .highlight .s1 {
    color: #d14;
  }
  .highlight .ss {
    color: #990073;
  }
  .highlight .bp {
    color: #999;
  }
  .highlight .vc {
    color: #008080;
  }
  .highlight .vg {
    color: #008080;
  }
  .highlight .vi {
    color: #008080;
  }
  .highlight .il {
    color: #099;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
