:root{--blue-600:#586994;--slate-500:#7D869C;--gray-400:#A2ABAB;--sage-300:#B4C4AE;--butter-200:#E5E8B6;--bg-900:#ffffff;--bg-700:#f4f6f8;--text-100:#1b1f24;--text-200:#3a3f47;--link:var(--blue-600);--link-hover:#5a6b8f;--btn-bg:var(--blue-600);--btn-text:#ffffff;--btn-border:var(--blue-600);--btn-hover-bg:var(--butter-200);--btn-hover-text:#0c0f13;--nav-pill-bg:var(--bg-900);--nav-pill-text:var(--text-100);--nav-pill-border:var(--blue-600);--nav-pill-hover-bg:var(--butter-200);--nav-pill-hover-text:#0c0f13;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg-900:#0c0f13;--bg-700:#161b22;--text-100:#f5f6f7;--text-200:#d0d3d6;--link:var(--butter-200);--link-hover:var(--slate-500);--btn-bg:var(--blue-600);--btn-text:#ffffff;--btn-border:var(--blue-600);--btn-hover-bg:var(--butter-200);--btn-hover-text:var(--bg-900);--nav-pill-bg:var(--bg-900);--nav-pill-text:var(--text-100);--nav-pill-border:var(--blue-600);--nav-pill-hover-bg:var(--butter-200);--nav-pill-hover-text:var(--bg-900);color-scheme:dark}}body{background-color:var(--bg-900);color:var(--text-100);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;line-height:1.6}a{color:var(--link)}a:hover,li a:hover,p a:hover{color:var(--link-hover)}a:focus-visible{outline:2px solid var(--butter-200);outline-offset:2px}.wp-block-navigation,.wp-block-navigation__container{border:0}.wp-block-navigation .wp-block-navigation__container{gap:.5rem}.wp-block-navigation .wp-block-navigation-item{margin-right:0}.wp-block-navigation :is(a.wp-block-navigation-item__content,button.wp-block-navigation-item__content){display:inline-block;padding:.55rem .9rem;border-radius:9999px;background-color:var(--nav-pill-bg);border:1px solid var(--nav-pill-border);color:var(--nav-pill-text);line-height:1;box-shadow:0 1px 0 rgb(0 0 0/.25);transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .05s ease}.wp-block-navigation :is(a.wp-block-navigation-item__content,button.wp-block-navigation-item__content):focus,.wp-block-navigation :is(a.wp-block-navigation-item__content,button.wp-block-navigation-item__content):hover{background-color:var(--nav-pill-hover-bg);color:var(--nav-pill-hover-text);border-color:var(--nav-pill-hover-bg)}.wp-block-navigation :is(a.wp-block-navigation-item__content,button.wp-block-navigation-item__content):focus-visible{outline:2px solid var(--butter-200);outline-offset:2px}.wp-block-heading,h1,h2{color:var(--blue-600)}@media (prefers-color-scheme:dark){.wp-block-heading,h1,h2{color:var(--butter-200)}}:where(.has-background:not([class*=has-background-color]),.has-white-background-color) :is(p,li){color:var(--slate-500)}footer{background-color:#0c0f13;color:#d0d3d6}footer a{color:var(--butter-200)}footer a:hover{color:var(--slate-500)}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:where(.has-background:not([class*=has-background-color]),.has-white-background-color) a{color:var(--blue-600)}:where(.has-background:not([class*=has-background-color]),.has-white-background-color) a:hover{color:var(--link-hover)}:where(a,button):focus-visible{outline:3px solid #e5e8b6;outline-offset:2px}