h1 {
  text-shadow: 2px 2px 8px rgba(150, 150, 150, 1);
  color: rgba(119,9,121,1);
    letter-spacing: 0.02em;
}
h2, .h2 {
  font-size: calc(1.125rem + .9vw);
    letter-spacing: 0.02em;
}
h3, .h3 {
  font-size: calc(.99rem + .6vw);
    letter-spacing: 0.02em;
}
h4, .h4 {
  font-size: calc(.99rem + .3vw);
  font-weight: normal;
  letter-spacing: 0.02em;
}

.mod-breadcrumbs{
  font-family: var(--cassiopeia-font-family-headings,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",); 
}
.footer .mod-menu {
  display: contents;
}