@font-face {
  font-family: 'Herman Display';
  src: url('assets/urwbookman-light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Herman Sans';
  src: url('assets/nimbus-sans-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --green: #163c31;
  --red: #ae3527;
  --body: #58635c;
  --sans: 'Herman Sans', Arial, sans-serif;
  --display: 'Herman Display', 'Bookman Old Style', Georgia, serif;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; background: var(--paper); color: var(--green); font: 1rem/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--green); color: var(--paper); }
a { color: inherit; text-underline-offset: .3em; }
a:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.skip-link { position: absolute; top: .75rem; left: 1rem; z-index: 1; padding: .75rem 1rem; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.launch-page { width: min(100% - 2.5rem, 44rem); margin: auto; padding-block: clamp(2.5rem, 6vh, 5rem) 2.5rem; text-align: center; }
/* Frame the supplied logo without modifying the original image or showing the colorway label. */
.logo-crop { position: relative; width: min(100%, 28rem); aspect-ratio: 1110 / 430; margin: 0 auto 2.5rem; overflow: hidden; }
.brand-logo { display: block; position: absolute; width: 112.972973%; max-width: none; height: auto; left: -6.306306%; top: -95.348837%; }
h1 { margin: 0; font: 300 clamp(2.75rem, 8vw, 4.5rem)/1.15 var(--display); letter-spacing: -.025em; text-wrap: balance; overflow-wrap: anywhere; }
.intro { max-width: 34rem; margin: 1.4rem auto 0; color: var(--body); font-size: 1.125rem; }
.contact { margin-top: 2.5rem; }
.contact h2 { margin: 0 0 .35rem; font-size: 1rem; font-weight: 400; }
.contact a { display: inline-block; max-width: 100%; min-height: 2.75rem; padding-block: .4rem; font-size: 1.125rem; overflow-wrap: anywhere; text-decoration-color: #80968b; }
.contact a:hover { text-decoration-color: var(--green); }
.contact p { margin: .55rem 0 0; font-size: .875rem; color: var(--body); }
footer { padding: 1rem 1.25rem 1.5rem; color: var(--body); font-size: .875rem; text-align: center; }

@media (max-width: 560px) {
  .logo-crop { margin-bottom: 2rem; }
  .intro { font-size: 1.0625rem; }
  .contact { margin-top: 2rem; }
}
