/* Contextus theme base: fonts, container, a11y helpers.
   Mirrors app/src/foundation.css + the .wrap/.sr-only rules that live in
   the app's vendor-consent.css (the consent shell itself is not ported). */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-display: optional;
  src: url("../fonts/archivo-contextus.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url("../fonts/source-serif-4-contextus.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/archivo-italic-contextus.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/source-serif-4-italic-contextus.woff2") format("woff2");
}

.wrap {
  width: 100%;
  min-width: 0;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
