html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  width: 100%;
}

* {
  box-sizing: border-box;
  --color-primary: #06293c;
  --color-secondary: #e85c4b;
}

h1 {
  font-family: p22-mackinac-pro, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  margin-top: 1em;
  color: #000000;
}

h5 {
  font-family: p22-mackinac-pro, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5em;
  margin: .5em 0;
  color: #000000;
}
