
@import "https://unpkg.com/@lumeland/ds@0.5.2/ds.css";
/* Lume's design system */
/* Custom components */
/* override ds.css from the top */
:root {
    --font-family-display: Chango;
    --font-family-ui: Jost;
    --color-heading-primary: var(--color-primary-dark);
    --color-heading-secondary: var(--color-secondary-dark);
    --color-heading-accent: var(--color-accent-dark);
    --color-link: var(--color-accent);
    --background-hover: var(--color-accent-dark);
    --color-link-hover: var(--color-accent-light);
    --color-dim: var(--color-accent-light);
    
    --color-primary: #8fac6a;
    --color-primary-light: #b2c699;
    --color-primary-dark: #4b5f30;
    --color-secondary: #8b6e5c;
    --color-secondary-light: #aea198;
    --color-secondary-dark: #473c38;
    --color-accent: #305c6e;
    --color-accent-light: #99a7c2;
    --color-accent-dark: #1c3842;

    --border-radius: 2em;
    --border-radius-button: 0.4em;
}
:root[data-theme="dark"] {
    --color-heading-primary: var(--color-primary-light);
    --color-heading-secondary: var(--color-secondary-light);
    --color-heading-accent: var(--color-accent-light);
    --color-link: var(--color-accent-light);
    --color-link-hover: var(--color-accent);
    --color-dim: var(--color-accent);
}
html {
    font-family: Jost, sans-serif;
}
body {
    z-index: 1;
    position: relative;
    top: 4rem;
    overflow-x: hidden;
}
main {
    min-height: calc(100vh - 29rem);
    padding: 7rem 0;
    max-width: min(100% - 15vw, 45em);
    margin: 0 auto;

    & > :first-child {
	margin-top: 0;
    }
}
h1, h2 {
    font-family: Chango, sans-serif;
}
a:not([href*="beanstem.org"]):not([href^="#"]):not([href^="/"]):not(.no-icon)::after {
  content: '\01f86d'; /* Code for ↗ */
  display: inline-block;
  font-family: "Noto Sans Symbols 2";
}
figcaption {
    margin: 1rem auto;
    font-size: 0.8rem;
    font-style: italic;
    color: var(--color-dim);
}
.yt-embed {
    max-width: 100%;
}
.button {
    --border-radius: var(--border-radius-button);
    color: var(--color-base);
}
.badge {
    transition: var(--animation-duration);
}
.nobullet {
    padding-left: 0;
    
    > li {
	display: inline-block;
    }
}
@keyframes squiggle_wave {
    0% {
	background-position: 0 0.9em;
    }

    100% {
	background-position: 3ch 0.9em;
    }
}
.squnderline {
    background-image: url("/images/branding/underline_squiggle.svg");
    background-position: 0 0.9em;
    background-repeat: repeat-x;
    background-size: 3ch 1ch;
    padding-bottom: 0.4em;
    line-height: 1.3em;
    color: var(--color-heading-secondary);

    &.animated {
	animation: squiggle_wave 4s infinite linear;
    }
}
.invert {
    filter: invert(100%);
}
h1, h2, h3, h4 {
    a {
	color: inherit;
    }
}
h3, h5 {
    color: var(--color-heading-secondary);
}
h2, h4 {
    color: var(--color-heading-primary);
}
img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.navbar {
    z-index: 8;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    height: auto;
    max-height: 7rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  justify-content: space-between;
  padding: 1.75rem min(5vw, 5rem);
  padding-bottom: 3rem;
  align-items: start;
  background-color: var(--color-primary);
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 129.178211">%0A  <path d="M0,0v126.2969971c26.5581481-5.9905974,49.1394237-13.8448693,80.335022-13.8880005s65.7367286,12.7611253,99.3958393,13.5213705c11.9878327.2707645,25.8230989-2.8351116,39.2278959-7.3990966,59.306164-20.1922076,117.041999,20.6580702,180.7163046,8.2532652,177.5968748-34.5988005,144.1632494,11.2170972,270.5514688-1.3764032,28.8793764-2.8775818,55.5486661-15.7503269,83.1787522-15.6708744,30.4063359.0874359,69.3850829,12.0223439,78.9507354,13.6957252,38.4201311,6.7210814,67.2676034-6.1687245,76.7290039-8.9619751,31.9968679-9.4463046,75.8550238-15.9778591,111.6202369-6.6227809,114.1146673,29.8488826,197.8385752-14.2517016,260.3781041,4.4883663,81.0351308,24.282304,139.5766712,12.5283965,158.916637,9.4774322V0H0Z"/>%0A</svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 129.178211">%0A  <path d="M0,0v126.2969971c26.5581481-5.9905974,49.1394237-13.8448693,80.335022-13.8880005s65.7367286,12.7611253,99.3958393,13.5213705c11.9878327.2707645,25.8230989-2.8351116,39.2278959-7.3990966,59.306164-20.1922076,117.041999,20.6580702,180.7163046,8.2532652,177.5968748-34.5988005,144.1632494,11.2170972,270.5514688-1.3764032,28.8793764-2.8775818,55.5486661-15.7503269,83.1787522-15.6708744,30.4063359.0874359,69.3850829,12.0223439,78.9507354,13.6957252,38.4201311,6.7210814,67.2676034-6.1687245,76.7290039-8.9619751,31.9968679-9.4463046,75.8550238-15.9778591,111.6202369-6.6227809,114.1146673,29.8488826,197.8385752-14.2517016,260.3781041,4.4883663,81.0351308,24.282304,139.5766712,12.5283965,158.916637,9.4774322V0H0Z"/>%0A</svg>');
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  --color-link: white;
  --fold-color: var(--color-primary);

  transition: calc(var(--animation-duration) * 3) ease-in-out;
}
.navbar-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font: var(--font-ui-bold);
  align-items: center;
  text-shadow: 0 0 0.2em var(--color-primary-dark);

  & [aria-current="page"] {
    text-decoration: none;
  }

  button {
      --background-hover: var(--color-primary-light);
      background-color: var(--color-background);
  }
}
.navbar-search {
  padding: 0 1em;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.navbar-home {
    max-width: 15ch;
    text-decoration: none;
    filter: drop-shadow(0 0 0.2em var(--color-primary-dark));

    > * {
	width: 100%;
    }
}
.navbar-hamburger {
    display: none;
    position: relative;
    top: 1rem;
    width: 2rem;
    height: 0.2rem;
    background-color: var(--color-link);

    &::before, &::after {
	content: '';
	display: block;
	position: relative;
	width: 2rem;
	height: 0.2rem;
	background-color: var(--color-link);
    }

    &::before {
	bottom: 0.5rem;
    }

    &::after {
	top: 0.3rem;
    }
}
@media screen and (width <= 900px) {
    .navbar-links {
	position: relative;
	flex-direction: column;
	left: -100vw;
	top: 1ch;
	width: 100%;
	z-index: 9;
	align-items: start;
	transition: var(--animation-duration);

	&::before {
	    content: '';
	    display: none;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background-color: var(--fold-color);;
	    z-index: -1;
	    transition: var(--animation-duration);
	}

	> li {
	    padding: 1em;
	}
    }

    .navbar-hamburger {
	display: block;
    }

    .navbar.unfold {
	max-height: 100vh;
	--fold-color: var(--color-primary-dark);

	.navbar-links {
	    left: 0;
	}
    }
}
footer {
    --color-link: white;
    color: white;
    background-color: var(--color-background);
    background-image: url("/images/branding/squiggle_footer.svg");
    background-size: cover;
    background-position: top;    
    display: flex;
    position: relative;
    padding: 4rem 1.5rem;
    padding-top: 8rem;
    justify-content: space-around;
    flex-wrap: wrap;
    transform: scaleX(1.001); /*I don't know why there's a single pixel wide strip when it's in landscape mode, but this fixes it*/

    .navbar-home {
	max-width: min(20ch, 35vw);
	display: inline-block;
    }

    .footer-links {
	display: inline-block;
	margin: 0 1rem;
    }
    
    .footer-links-category {
	text-transform: capitalize;
	display: block;
	font-weight: bold;

	ul {
	    margin: 1rem 0;
	}

	li {
	    width: 3.5ch;
	    height: 3.5ch;
	    padding: 2%;
	}
    }

    .footer-right {
	> * {
	    display: block;
	}
    }

    .footer-nav-links li {
	font-weight: bold;
	margin: 1rem 0.5rem;
    }

    .footer-badges {
	display: flex;
	justify-content: right;
	height: 10ch;

	li {
	    height: 100%;
	}
	
	img {
	    max-width: 30ch;
	}
    }
    
    a::after {
	display: none !important;
    }

    @media screen and (width <= 700px) {
	&, .footer-badges {
	    justify-content: unset;
	}
    }

    img {
	height: 100%;
	width: 100%;
    }
}
.page-header {
  margin-bottom: var(--row-gap-medium);

  & > p:first-child {
    margin-top: 0;
  }
}
.page-title {
  font: var(--font-display);
  letter-spacing: var(--font-display-spacing);
  margin: 0;
  text-wrap: balance;
  color: var(--color-base);
}
.page-navigation {
  margin-bottom: var(--row-gap-medium);

  & ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }

  & h2 {
    font: var(--font-body-bold);
    letter-spacing: var(--font-body-spacing);
    margin: 0.5em 0;
  }
}
.page-pagination {
  border-top: solid 1px var(--color-line);
  margin-top: var(--row-gap-medium);
}
.postList {
  list-style: none;
  padding: 0;

  & article.post + article.post {
    margin-top: var(--row-gap-medium);
  }
  & li.post + li.post {
    margin-top: var(--row-gap-small);
  }

  & .post-header {
    margin-bottom: var(--row-gap-xsmall);
  }

  & .post-details {
    font: var(--font-small);
  }

  & .post-title {
    font: var(--font-title);
    letter-spacing: var(--font-title-spacing);
    display: block;

    & a {
      text-decoration: none;
    }
  }
}
.body-post {
    margin-top: 2rem;
}
.post-header {
  margin-bottom: var(--row-gap-small);
}
.post-title {
  font: var(--font-display);
  letter-spacing: var(--font-display-spacing);
  margin: 0 0 0.4em;
  text-wrap: balance;
  color: var(--color-heading-secondary);
}
.post-details {
  display: flex;
  flex-flow: row wrap;
  row-gap: 1em;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  font: var(--font-small);
  color: var(--color-dim);

  & p {
    margin: 0;
  }

  & p::after {
    content: "•";
    padding-left: 0.5em;
    align-self: stretch;
  }

  & p:last-of-type {
    margin-right: 0.5em;

    &::after {
      display: none;
    }
  }

  & a {
    color: inherit;
  }
}
.cover-image {
    position: relative;
    display: block;
    right: calc(50vw - 50%);
    width: 100vw;
    max-height: max(40ch, 35vw);
    max-width: revert;
    -o-object-fit: cover;
       object-fit: cover;
}
.cover-image-fig {
    position: relative;
    top: 1rem;
 }
.post-tags {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5em;
  align-items: center;
}
.post-link {
  display: inline-block;
}
.comments-section {
  margin-top: 5em;
}
.comments-header {
  & h2 {
    font: var(--font-title);
    letter-spacing: var(--font-title-spacing);
    margin: 0;
    color: var(--color-base);
  }
  & p {
    font: var(--font-ui);
    color: var(--color-dim);
    margin: 0.5em 0;
  }
}
.comments {
  display: block;
  padding: 2em;
  margin-top: 2em;
  background: var(--color-highlight);
  border-radius: var(--border-radius);
  border: solid 1px var(--color-line);
  color: var(--color-dim);
  font: var(--font-small);

  @media (max-width: 450px) {
    margin-left: calc(-15vw / 2);
    margin-right: calc(-15vw / 2);
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: calc(15vw / 2);
  }

  & a {
    color: currentColor;
  }

  & ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  & li {
    container-type: inline-size;

    ul {
      margin-top: 2em;
      padding-top: 2em;
      border-top: solid 1px var(--color-line);
      margin-left: min(var(--indent), 10cqw);
    }
  }

  & li + li {
    margin-top: 2em;
    padding-top: 2em;
    border-top: solid 1px var(--color-line);
  }
  & article {
    max-width: 600px;
  }
  > ul {
    --avatar-size: clamp(32px, 10cqw, 50px);
    --indent: calc(var(--avatar-size) + 15px);
  }

  .comment-avatar {
    width: var(--avatar-size);
    height: var(--avatar-size);
    border-radius: 6px;
    float: left;
    margin-right: 14px;
    box-shadow: 0 0 1px #0009;
  }
  .comment-user {
    text-decoration: none;
    display: block;
    position: relative;
  }
  .comment-author {
    position: absolute;
    left: calc(var(--avatar-size) - 15px);
    top: calc(var(--avatar-size) - 15px);
    background: var(--color-highlight);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: var(--color-primary);
  }
  .comment-user:hover .comment-username {
    text-decoration: underline;
  }
  .comment-username {
    margin-right: 0.5em;
    color: var(--color-text);
  }
  .comment-useraddress {
    font-style: normal;
  }
  .comment-time {
    font-size: small;
    display: flex;
    -moz-column-gap: 0.3em;
         column-gap: 0.3em;
    align-items: center;

    svg {
      width: 1em;
      height: 1em;
      fill: currentColor;
    }
  }
  .comment-address {
    color: currentColor;
    text-decoration: none;
    display: block;
    padding-left: var(--indent);
    margin-top: 0.2em;
  }
  .comment-address:hover {
    text-decoration: underline;
  }
  .comment-body {
    margin-top: 1em;
    margin-left: var(--indent);
    line-height: 1.5;

    .invisible {
      display: none;
    }
    .ellipsis::after {
      content: "…";
    }
    .mention {
      text-decoration: none;
      color: var(--color-text);

      &:hover {
        text-decoration: underline;
      }
    }
  }
  .comment-body p {
    margin: 0.5em 0 0;
  }
  .comment-counts {
    display: flex;
    -moz-column-gap: 1em;
         column-gap: 1em;
    font-size: small;

    & svg {
      color: var(--color-primary);
    }
  }
  .comment-counts > span {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.3em;
         column-gap: 0.3em;
  }
}
main.body-home {
    max-width: unset;
    font-size: 1.2rem;    
}
.hero-yt {
    --hero-color: #f03;
    --hero-hover: #a00;
    --hero-shadow: #411;
}
.hero.button {
    position: relative;
    background-color: var(--hero-color) !important;
    filter: drop-shadow(0.4ch 0.4ch 0px var(--hero-shadow));
    transition: 0.2s;
    font-size: 1.2rem;

    &:hover {
	background-color: var(--hero-hover) !important;
	color: inherit;
	transform: translate(0.4ch, 0.4ch);
	filter: drop-shadow(0 0 0 var(--hero-shadow));
    }

    a {
	text-decoration: none;

	&::after {
	    content: '' !important;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	}
    }    
}
.body-home {
    padding: unset;
    .page-header {
	--color-base: white;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh; 
	width: 100vw;
	padding: 25vh 10vw;
	z-index: 0;

	h1, h2 {
	    filter: drop-shadow(0.15ch 0.15ch 0ch #101510);
	}

	&:before {
	    content: "";
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100vh;
	    background-image: url("/images/ferns.webp");
	    background-size: cover;
	    background-position: center;
	    transform: scaleX(-1);
	    filter: brightness(80%);
	    z-index: -1;
	}

	.page-subtitle {
	    color: #ddd;
	}
    }
}
#home-bottom {
    margin-top: 65vh;
    overflow-x: hidden;

    @media screen and (width <= 900px) {
	margin-top: 70vh;
    }
}
#home-bottom-container {
    position: relative;
    background-color: var(--color-background);
    width: 100%;
    margin: auto;
    margin-top: -10rem;
    padding-top: 14rem;
    padding-bottom: 2rem;
    z-index: 0;
    > * {
	max-width: min(100% - 15vw, 45em);
	margin: auto;
    }
}
#description {
    --color-text: white;
    color: var(--color-text);
    position: relative;
    background-color: var(--color-primary-dark);
    padding: 15rem 2rem;
    margin: auto;
    -webkit-mask-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg width="378.03mm" height="72.753mm" version="1.1" viewBox="0 0 378.03 72.753" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -68.598)"><path d="m0 134.66 7.5e-5 -56.59c23.334-8.354 42.346 7.2018 69.137-2.3046 26.79-9.5063 31.112-9.5063 45.803-0.28808 14.692 9.2182 41.595 6.9387 53.694 2.9057 12.099-4.033 35.896-12.124 50.876-5.4984 4.6755 2.0679 28.804 12.672 40.845 8.7843 8.4306-2.7218 35.77-13.513 54.851-2.3885 18.055 10.527 51.295-2.5994 62.826-2.3877v60.212c-7.7778 1.0321-30.278 7.6598-50.148-0.21711-13.802-5.4717-43.952-7.9907-58.414-2.0834-10.514 4.2945-48.633-4.5038-51.921-5.6437-12.72-4.4085-30.796 4.8078-44.034 8.2078-19.075 4.8994-46.684 5.7315-58.425-0.06-14.138-6.9736-29.928-9.569-47.258-1.8333-25.373 7.7979-50.313-4.2776-67.831-0.81478z" stroke-width=".4"/></g></svg>');
            mask-image: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg width="378.03mm" height="72.753mm" version="1.1" viewBox="0 0 378.03 72.753" xmlns="http://www.w3.org/2000/svg"><g transform="translate(0 -68.598)"><path d="m0 134.66 7.5e-5 -56.59c23.334-8.354 42.346 7.2018 69.137-2.3046 26.79-9.5063 31.112-9.5063 45.803-0.28808 14.692 9.2182 41.595 6.9387 53.694 2.9057 12.099-4.033 35.896-12.124 50.876-5.4984 4.6755 2.0679 28.804 12.672 40.845 8.7843 8.4306-2.7218 35.77-13.513 54.851-2.3885 18.055 10.527 51.295-2.5994 62.826-2.3877v60.212c-7.7778 1.0321-30.278 7.6598-50.148-0.21711-13.802-5.4717-43.952-7.9907-58.414-2.0834-10.514 4.2945-48.633-4.5038-51.921-5.6437-12.72-4.4085-30.796 4.8078-44.034 8.2078-19.075 4.8994-46.684 5.7315-58.425-0.06-14.138-6.9736-29.928-9.569-47.258-1.8333-25.373 7.7979-50.313-4.2776-67.831-0.81478z" stroke-width=".4"/></g></svg>');
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center;
            mask-position: center;
    z-index: 1;

    @media screen and (width <= 900px) {
	padding: 10rem 2rem;
    }

    p {
	max-width: 55ch;
	margin: auto;
	font-size: 1.2em;
    }
}
#sps {
    display: flex;
    justify-content: space-between;
    max-width: min(100% - 10vw, 60em);

    @media screen and (width <= 900px) {
	flex-direction: column;

	hr {
	    margin: 0 var(--row-gap-medium);
	}
    }

    .sp {
	width: 30ch;
	padding: 1rem;
	margin: auto;
    }

    hr {
	height: revert;
	border: revert;
	border-color: var(--color-secondary);
    }
}
@keyframes pulse {
    0% {
	transform: scale(1.05);
    }

    15%, 40% {
	transform: scale(1);
    }

    55%, 100% {
	transform: scale(1.05);
    }
}
#topics {
    position: relative;
    align-content: center;
    margin: auto;
    padding: min(22vw, 15ch);
    max-width: unset;
    width: min(85vw, 70ch);
    height: min(85vw, 70ch);
    min-height: 40ch;
    min-width: 40ch;

    h2 {
	color: var(--color-heading-accent);
    }

    &::before, &::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: var(--my-squiggle);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	animation: pulse 2.5s infinite;
	z-index: -1;
    }

    &::before {
	--my-squiggle: url("/images/branding/circle_squiggle_outer.svg");
    }

    &::after {
	--my-squiggle: url("/images/branding/circle_squiggle_inner.svg");
	animation-delay: 0.2s;
    }

    @media screen and (width <= 30rem) {
	width: 100vw;
	height: 100vw;
	min-height: unset;
	min-width: unset;
	max-width: unset;
	margin: 5rem 0;
	font-size: 0.75em;
	transform: scale(1.2);
    }

    .badge {
	--color-line: #29303d;
	background-color: var(--color-accent);
	color: white;

	&:hover {
	    background-color: color-mix(var(--color-accent-light), white 50%);
	}
    }    
}
.latest-posts {
    position: relative;
    display: flex;
    justify-content: start;
    margin: 2rem auto;
    padding: 0 3rem;
    width: 100vw;
    right: calc(50vw - 50%);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    .post {
	position: relative;
	flex: none;
	width: 25ch;
	height: 30ch;
	scroll-snap-align: center;
	margin-top: unset !important;
	margin: 1rem;
	padding: 1rem;
	background-color: var(--color-accent-dark);
	border-radius: var(--border-radius);
	background-image: var(--coverImage);
	background-size: cover;
	background-position: center;
	background-blend-mode: screen;
	filter: drop-shadow(0.2em 0.4em 0 #101510);
	text-shadow: 0 0 0.3em var(--color-accent-dark);
	transition: var(--animation-duration);

	&:hover {
	    transform: translate(0.2em, 0.4em);
	    filter: drop-shadow(0 0 0 #101510);
	}

	h3, .post-details {
	    color: white;
	    --color-dim: white;
	    --color-line: white;
	    --color-link-hover: white;
	}

	.post-title a::before {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	}

	.badge {
	    position: relative;
	    background-color: #ffffff22;
	    backdrop-filter: blur(4px);

	    &:hover {
		color: black;
		background-color: white;
		text-shadow: 0 0 0 white;
	    }
	}

	@media screen and (width > 900px) {
	    &:first-child {
		margin-left: calc(((100% - min(100% - 15vw, 45em)) / 2) - 3em);
	    }

	    &:last-child {
		margin-right: calc(((100% - min(100% - 15vw, 45em)) / 2) - 3em);
	    }
	}
    }
}
.card {
	border: 1px solid;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
	height: 30ch;
	width: 35ch;
	flex: none;
}
.cardlink::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#support {
    font-size: 1.7rem;
    text-align: center;


    .support-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 80vw;
    }
    
    .button {
	--color-link: white;
	--hero-color: var(--color-accent);
	--hero-hover: var(--color-accent-dark);
	--hero-shadow: #112;
	text-transform: capitalize;
	font-family: Chango, sans-serif;
	font-size: 2rem;
	height: 3ch;
	min-width: min(80vw, 12ch);
	margin: 1rem;
    }
}
/* latin-ext */
@font-face {
  font-family: "Chango";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/chango-normal-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Chango";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/chango-normal-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-italic-100-900-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-italic-100-900-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-italic-100-900-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-normal-100-900-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-normal-100-900-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  src: url("fonts/jost-normal-100-900-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* braille */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-braille.woff2") format("woff2");
  unicode-range: U+2800-28FF;
  font-display: swap;
}

/* math */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-math.woff2") format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
  font-display: swap;
}

/* mayan-numerals */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-mayan-numerals.woff2") format("woff2");
  unicode-range: U+1D2E0-1D2F3;
  font-display: swap;
}

/* symbols */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-symbols.woff2") format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Noto Sans Symbols 2";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("fonts/noto-sanssymbols2-normal-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

.button {
    background-color: #305c6e;
}
/* Make the links black */
:root {
  --color-link-hover: var(--color-dim);
}
/* Search tweak */
.search {
  margin-top: var(--row-gap-xsmall);
}
/* logo */
.logo-wide:before {
    display: block;
    content: url("/images/branding/logo-wide.svg");
}
