@font-face {
  font-family: 'Aspekta';
  src: url('fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

picture {
  display: block;
}

html, body {
  min-height: 100%;
}

body {
  background-color: #d5d6d9;
  color: #000000;
  font-family: 'Aspekta', sans-serif;
  font-weight: 550;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  max-width: 1448px;
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000000;
  color: #ffffff;
  padding: 12px 20px;
  z-index: 100;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}

.skip-link:focus {
  left: 0;
}

.contact-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  color: #cccccc;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.4px;
  padding: 16px 24px;
  border-radius: 200px;
  text-decoration: none;
  white-space: nowrap;
}

.contact-btn:hover {
  background-color: #144782;
  color: #eeeeee;
}

.contact-btn:focus-visible {
  outline: 2px solid #144782;
  outline-offset: 2px;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #000000;
}
