.logo>:first-child {
  content: var(--logo-url);
  padding-top: 0.5em;
  margin: 0;
  width: auto;
  height: var(--logo-h);
  aspect-ratio: initial;
  font-size: var(--font-150);
  text-decoration: none;
  text-align: justify;
  font-weight: lighter !important;
}

.logo {
  display: inline-block;
  width: auto;
  height: auto;
}

.logo>:nth-child(n + 2) {
  margin: 0;
  padding-top: 0.5em;
  font-size: var(--font-100);
  text-decoration: none;
  text-align: justify;
  font-weight: lighter !important;
}

.headline {
  column-span: all;
  font-weight: normal !important;
}

.headline.light {
  font-weight: lighter !important;
}

.subheadline {
  column-span: all;
  font-weight: normal !important;
  font-style: italic;
  column-span: all;
}

.subheadline.light {
  font-weight: lighter !important;
}

.subhead {
  column-span: all;
  font-weight: normal;
  text-transform: uppercase;
}

.text {
  font-size: var(--font-100);
  text-decoration: none;
  text-align: justify;
  font-weight: normal !important;
}

.text.small {
  font-size: var(--font-085);
}

.text.large {
  font-size: var(--font-125);
}

.text.light {
  font-weight: lighter !important;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.smalluppercase {
  text-transform: uppercase;
  font-size: var(--font-065);
}

.alert {
  color: var(--white);
  padding: 1em;
  border-radius: var(--border-radius);
}

.alert.success {
  background-color: var(--success-color);
}

.alert.error {
  background-color: var(--danger-color);
}



h1 {
  font-size: var(--font-300);
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: var(--font-250);
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: var(--font-200);
  margin: 0 0 0.5em 0;
}

h4 {
  font-size: var(--font-175);
  margin: 0 0 0.5em 0;
}

h5 {
  font-size: var(--font-150);
  margin: 0 0 0.5em 0;
}

h6 {
  font-size: var(--font-125);
  margin: 0 0 0.5em 0;
}

p {
  font-size: var(--font-100);
  text-indent: var(--text-indent);
  margin-top: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1em;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--link-color);
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
}

a strong {
  color: currentColor;
  font-weight: bolder;
}

a:hover {
  transition: 0.3s;
  color: var(--hovered-link);
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  font-size: 90%;
  white-space: nowrap;
  background: transparent;
  border: 1px solid var(--contrast-color);
  border-radius: var(--border-radius);
}

pre>code {
  display: block;
  padding: 1em 1.5em;
  white-space: pre;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid var(--contrast-color);
}
