/* First Sheep — shared document baseline used by every generated route. */
*{box-sizing:border-box}
html{scroll-behavior:smooth;max-width:100%;overflow-x:clip}
body{margin:0;color:var(--fs-color-dark-cocoa);background:var(--fs-color-warm-ivory);font-family:var(--first-sheep-font);font-size:16px;line-height:1.8;letter-spacing:.025em}
body,button,input,textarea,select{font-family:var(--first-sheep-font)}
img,svg,video,canvas,picture{max-width:100%;height:auto}
a{color:inherit;text-underline-offset:.22em}
button{font:inherit}
.skip{position:fixed;left:1rem;top:-5rem;z-index:999;padding:.6rem 1rem;background:var(--fs-color-dark-cocoa);color:#fff}
.skip:focus{top:1rem}
:focus-visible{outline:3px solid #91461f;outline-offset:4px}
