:root {
  --cassiopeia-color-primary: #83191b;
  --body-font-size: 0.9rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.2rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.2rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.1rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.05rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.0rem;
}

h6, .h6 {
  font-size: 0.9rem;
}


table.table-striped tr:nth-child(even) {
   background-color: #FAFAFA;
}
table.table-striped tr:nth-child(odd) {
   background-color: #EFEFEF;
}
table.table-striped {
   border-spacing: 0px;
}

table.table-striped-mid tr:nth-child(even) {
   background-color: #F4F4F4;
}
table.table-striped-mid tr:nth-child(odd) {
   background-color: #E5E5E5;
}
table.table-striped-mid {
   border-spacing: 0px;
}
