:root {
  --myy-sheet: #f4f7f2;
  --myy-type: #20281a;
  --myy-quiet: #4b5643;
  --myy-hair: #cad4c4;
  --myy-stamp: #416827;
  --myy-wash: #e7ede3;
  --myy-face: "Rockwell", "Palatino Linotype", "Times New Roman", "Segoe UI", serif;
  --myy-copy: "Corbel", "Segoe UI", "Calibri", sans-serif;
  --myy-size: 1.030rem;
  --myy-lead: 1.62;
  --myy-page: 72rem;
}
html.myy {
  overflow-x: clip;
  background: var(--myy-wash);
  color-scheme: light;
}
html.myy body {
  overflow-x: clip;
  margin: 0;
  max-width: var(--myy-page);
  margin-inline: auto;
  padding: 1rem 1.1rem 2.75rem;
  box-sizing: border-box;
  background: var(--myy-sheet);
  color: var(--myy-type);
  font-family: var(--myy-copy);
  font-size: var(--myy-size);
  line-height: var(--myy-lead);
}
html.myy *, html.myy *::before, html.myy *::after { box-sizing: border-box; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; font-weight: 650; }
h1 { font-family: var(--myy-face); font-size: 1.85rem; line-height: 1.2; margin: 0 0 0.6rem; }
h2 { border-top: 1px solid var(--myy-hair); padding-top: 0.7rem; font-style: normal; overflow-wrap: anywhere; }
p, li, small, td, th { overflow-wrap: anywhere; }
a { color: var(--myy-stamp); }
a { text-underline-offset: 0.16em; }
.myy-nav a { display: inline-block; padding: 0.5rem 0.55rem; }
.myy-nav a[aria-current="page"] { text-decoration-thickness: 2px; }
.myy-skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.myy-skip:focus { width: auto; height: auto; overflow: visible; clip-path: none; z-index: 3; padding: 0.45rem 0.6rem; background: var(--myy-sheet); }
:focus-visible { outline: 2px solid var(--myy-stamp); outline-offset: 2px; }
.myy-text { max-width: 68ch; }
.myy-text p, .myy-text li { margin: 0.55rem 0; }
.myy-index { margin: 1rem 0; padding: 0; }
table.myy-index { width: 100%; border-collapse: collapse; }
table.myy-index th, table.myy-index td { text-align: start; padding: 0.45rem 0.35rem; border-bottom: 1px solid var(--myy-hair); vertical-align: top; font-weight: 400; }
table.myy-index th { font-weight: 650; }
@media (max-width: 40rem) {
  table.myy-index thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  table.myy-index, table.myy-index tbody, table.myy-index tr, table.myy-index td { display: block; width: auto; }
}
ol.myy-index, ul.myy-index { padding-inline-start: 1.2rem; }
.myy-days { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr)); gap: 0.7rem; }
input, textarea, button { font: inherit; color: inherit; }
textarea, input[type="text"] { width: 100%; max-width: 100%; background: var(--myy-sheet); border: 1px solid var(--myy-hair); padding: 0.45rem; }
button, .myy-btn { background: transparent; border: 1px solid var(--myy-hair); padding: 0.45rem 0.7rem; }
fieldset { border: 1px solid var(--myy-hair); min-width: 0; margin: 0 0 0.75rem; }
label { display: block; margin: 0.35rem 0; }
hr { border: 0; border-top: 1px solid var(--myy-hair); }
small, .myy-colophon { color: var(--myy-quiet); }
.myy-line + .myy-line { border-top: 1px solid var(--myy-hair); padding-top: 0.7rem; }
@media print {
  .myy-nav, .myy-skip, .myy-btn { display: none; }
  html.myy body { max-width: none; }
}
