@charset "UTF-8";
body {
  color: #22262a;
  background-color: #fcfcfc;
  margin: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

h1 {
  font-size: calc(1.325rem + .9vw);
}

h2 {
  font-size: calc(1.3rem + .6vw);
}

h3 {
  font-size: calc(1.275rem + .3vw);
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a {
  text-decoration: none !important;
}

a:link {
  color: #BD9460 !important;
}

a:hover {
  color: #BD9460 !important;
}

@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #532F28;
  --cassiopeia-color-link: #532F28;
  --link-color: #532F28;
  --link-color-rgb: 83, 47, 40;
  --cassiopeia-color-hover: #532F28;
  --link-hover-color: #532F28;
  --link-hover-color-rgb: 83, 47, 40;
}
