*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:
        system-ui,
        sans-serif;

    line-height:1.6;

    color:#222;

    background:#faf8f4;

}

a{

    color:inherit;

    text-decoration:none;

}

.container{

    width:min(1200px,92%);

    margin:auto;

}

.skip-link{position:fixed;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus,.skip-link:focus-visible{left:1rem;top:1rem;z-index:10000;width:auto;height:auto;padding:.75rem 1rem;margin:0;overflow:visible;clip:auto;white-space:normal;border-radius:.5rem;background:#263126;color:#fff}
:focus-visible{outline:3px solid #a8844f;outline-offset:3px}
img{max-width:100%;height:auto}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
