@font-face {
  font-family: "Open Sans Local";
  src: url("fonts/open-sans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Local";
  src: url("fonts/open-sans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Local";
  src: url("fonts/open-sans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Open Sans Local", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 48px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.page-header-inner {
  display: flex;
  width: min(100% - 40px, 900px);
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.back-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
}

.back-link img {
  display: block;
  width: 26px;
  height: 26px;
}

.back-link:hover,
.back-link:focus-visible {
  opacity: 0.72;
}

.back-link:focus-visible {
  outline: 2px solid #428BCA;
  outline-offset: 2px;
}

.privacy-content {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 72px 0 72px;
}

.language-switch {
  color: #428BCA;
  font-size: 0.95rem;
  font-weight: 600;
}

.language-switch a {
  color: #428BCA;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a:focus-visible {
  color: orange;
  outline: 0;
}
