* {
    -webkit-font-feature-settings: "liga" on, "calt" on;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Noto Sans';
}

.incognito_title {
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
}

.incognito_subtitle {
  font-size: 14pt;
  text-align: center;
}

.banner {
  padding-bottom: 25px;
}

.intro {
  padding-top: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
}

.details {
  font-size: 18px;
}

.intro_points_title, .exchange_title {
  text-align: center;
}

.intro_points_description {
  text-align: center;
}

.section_title {
  font-weight: bold;
  font-size: 24pt;
  text-align: center;
}

.contact_info_list {
}

.key_info {
  font-size: 1.25rem;
}

.question {
  font-weight: bold;
}

.shielded_address {
  word-wrap: break-word;
  width: 100%;
}

.anchored {
}

.anchored:before  {
    height: 54px;
    content: "";
    display:block;
}

.zec_header {
  font-size: 1.25rem;
}

a {
  color: #4FC3F7;
}

a:hover {
  background-color: #4FC3F7;
  color: black;
}
