/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --body: "American Grotesk", sans-serif;
  --background: oklch(0% 0 0);
  --text-color: oklch(87.8% 0.19 3.5);
  --focus: #ffdd00;
  --space-xs: clamp(0.75rem, 0.69rem + 0.29vw, 0.9375rem);
  --space-sm: clamp(1rem, 0.92rem + 0.39vw, 1.25rem);
  --space-md: clamp(1.5rem, 1.38rem + 0.58vw, 1.875rem);
  --space-lg: clamp(2rem, 1.84rem + 0.78vw, 2.5rem);
  --space-xl: clamp(3rem, 2.77rem + 1.17vw, 3.75rem);
  --space-2xl: clamp(4rem, 3.69rem + 1.55vw, 5rem);
  --space-3xl: clamp(6rem, 5.53rem + 2.33vw, 7.5rem);
  --font-size-sm: clamp(0.8rem, 0.16vw + 0.76rem, 0.89rem);
  --font-size-base: clamp(1rem, 0.34vw + 0.92rem, 1.19rem);
  --font-size-md: clamp(1.25rem, 0.6vw + 1.1rem, 1.58rem);
  --font-size-lg: clamp(1.56rem, 0.99vw + 1.31rem, 2.11rem);
  --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
  --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
  --font-size-xxxl: clamp(3.05rem, 3.53vw + 2.17rem, 5rem);
  --font-size-xxxxl: clamp(3.81rem, 4.69vw + 2.5rem, 6.25rem);
  --font-size-xxxxxl: clamp(4.77rem, 5.84vw + 2.81rem, 7.5rem);
  --letter-spacing-base: 1rem * 0.02;
  --letter-spacing-heading: 0.01em;
  --line-height-small: 1;
  --line-height-base: 1.5;
  --word-spacing-base: 1rem * 0.04;
  --border-radius: 0.5rem;
  --containerWidth: 70rem;
}

body, h1, h2, h3, h4, h5, h6, address, p, hr, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, table, caption, form, fieldset {
  margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) {
  margin-block: 0;
  font-variant-numeric: lining-nums;
}
:is(h1, h2, h3, h4, h5, h6) + p {
  margin-block-start: var(--space-md);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-inline: 0;
  margin-block: 1em 1rem;
  font-variant-ligatures: discretionary-ligatures;
}

.container .font-size--xl,
.container h1 {
  font-size: var(--font-size-xxxl);
  letter-spacing: var(--letter-spacing-heading);
  line-height: var(--line-height-small);
  font-size-adjust: 0.521;
  font-variant-ligatures: discretionary-ligatures;
}
.container .huge {
  font-family: var(--body);
  font-size: var(--font-size-xxxxxl);
  letter-spacing: 0;
}
.container cite {
  font-style: normal;
}

html {
  font-family: var(--body);
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  font-family: var(--body);
  font-weight: normal;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  word-spacing: var(--word-spacing--base);
  text-align: left;
  background-color: var(--background);
  color: var(--text-color);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
  font-variant-ligatures: common-ligatures no-discretionary-ligatures no-historical-ligatures contextual;
  font-kerning: normal;
}

main {
  height: 100%;
}

a {
  color: var(--text-color);
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1em;
}
a:visited {
  color: var(--text-color);
}
a:hover {
  text-decoration-color: var(--highlight);
}
a:active {
  color: var(--text-color);
  text-decoration: none;
}
a:focus {
  color: var(--text-color);
  background-color: var(--focus);
  outline: 3px solid transparent;
  box-shadow: 0 -2px var(--focus), 0 4px #0b0c0c;
  text-decoration: none;
}

.visually-hidden {
  height: 1px;
  width: 1px;
  position: absolute !important;
  overflow: hidden;
  padding: 0;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.visually-hidden:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--teal-dark);
  display: block;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.container {
  width: 100%;
  height: 100%;
  max-width: var(--containerWidth);
  position: relative;
  margin-block: auto;
  margin-inline: auto;
  padding: var(--space-md);
}

.stack > * + * {
  margin-block-start: var(--space-md);
}

.highlight-base {
  color: #fec7d5;
}

.highlight-light {
  color: oklch(85% 0.21 10deg);
}

.highlight-medium {
  color: oklch(75% 0.23 15deg);
}

.highlight-strong {
  color: oklch(65% 0.25 22deg);
}

.highlight-accent {
  color: #e90702;
}

.dw-mbs-none {
  margin-block-start: 0;
}

.dw-mbe-none {
  margin-block-end: 0;
}

.dw-pbs-none {
  padding-block-start: 0;
}

.dw-pbe-none {
  padding-block-end: 0;
}

.dw-mbs-xs {
  margin-block-start: var(--space-xs);
}

.dw-mbe-xs {
  margin-block-end: var(--space-xs);
}

.dw-pbs-xs {
  padding-block-start: var(--space-xs);
}

.dw-pbe-xs {
  padding-block-end: var(--space-xs);
}

.dw-mbs-sm {
  margin-block-start: var(--space-sm);
}

.dw-mbe-sm {
  margin-block-end: var(--space-sm);
}

.dw-pbs-sm {
  padding-block-start: var(--space-sm);
}

.dw-pbe-sm {
  padding-block-end: var(--space-sm);
}

.dw-mbs-md {
  margin-block-start: var(--space-md);
}

.dw-mbe-md {
  margin-block-end: var(--space-md);
}

.dw-pbs-md {
  padding-block-start: var(--space-md);
}

.dw-pbe-md {
  padding-block-end: var(--space-md);
}

.dw-mbs-lg {
  margin-block-start: var(--space-lg);
}

.dw-mbe-lg {
  margin-block-end: var(--space-lg);
}

.dw-pbs-lg {
  padding-block-start: var(--space-lg);
}

.dw-pbe-lg {
  padding-block-end: var(--space-lg);
}

.dw-mbs-xl {
  margin-block-start: var(--space-xl);
}

.dw-mbe-xl {
  margin-block-end: var(--space-xl);
}

.dw-pbs-xl {
  padding-block-start: var(--space-xl);
}

.dw-pbe-xl {
  padding-block-end: var(--space-xl);
}