/* Self-hosted webfonts: no fonts.googleapis.com / fonts.gstatic.com / external font request.
   Licensed under the SIL Open Font License 1.1; see fonts/LICENSES.md. Minimum weights only. */
@font-face {
  font-family: 'BBH Bartle';
  src: url('fonts/BBHBartle-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  src: url('fonts/ZalandoSansSemiExpanded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zalando Sans SemiExpanded';
  src: url('fonts/ZalandoSansSemiExpanded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { color-scheme: light; background: #faf9f6; color: #202623; font: 100%/1.65 'Zalando Sans SemiExpanded', system-ui, sans-serif; }
body { max-width: 48rem; margin: auto; padding: 1.5rem; overflow-wrap: anywhere; }
header { border-bottom: 1px solid #b7c1b9; padding-bottom: 1rem; }
.brand-lockup { display: inline-flex; align-items: center; gap: .5rem; color: #202623; text-decoration: none; max-width: 100%; }
.brand-mark { height: 2rem; width: auto; display: block; flex-shrink: 0; }
.brand { font-family: 'BBH Bartle', 'Zalando Sans SemiExpanded', system-ui, sans-serif; font-size: 1.4rem; font-weight: 400; }
nav { display: flex; gap: .5rem 1.5rem; flex-wrap: wrap; margin-top: .75rem; }
a { color: #205834; text-underline-offset: .2em; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-family: 'Zalando Sans SemiExpanded', system-ui, sans-serif; font-weight: 500; }
a:focus-visible { outline: 3px solid #205834; outline-offset: 4px; }
[aria-current=page] { font-weight: 600; }
h1 { font-family: 'BBH Bartle', 'Zalando Sans SemiExpanded', system-ui, sans-serif; font-weight: 400; font-size: clamp(2rem, 6vw, 2.75rem); line-height: 1.15; margin-block: 2rem 1rem; }
h2 { font-family: 'Zalando Sans SemiExpanded', system-ui, sans-serif; font-weight: 600; line-height: 1.3; font-size: 1.35rem; margin-top: 2rem; }
li { margin-block: .5rem; }
footer { border-top: 1px solid #b7c1b9; margin-top: 3rem; padding-block: 1rem; font-size: .9rem; color: #4b544e; }
.skip { position: absolute; left: -10000px; }
.skip:focus { position: static; display: block; }
@media print { nav, .skip { display: none; } body { max-width: none; } }
