html {
scroll-behavior: smooth;
}

body {
  font-family: "Frutiger LT W01_65 Bold1475746", "Frutiger LT W01_75 Blac1475754", "Tazugane Gothic StdN W50 Rg", "Tazugane Gothic StdN W50 Bold";
  font-size: 1rem;
  line-height: 2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15rem;
  color: rgba(0, 0, 0, 0.9);
}

a {
  color: #1793a0;
  border-bottom: 1px dotted #1793a0;
}


a:hover {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
}


p {
  color: rgba(0, 0, 0, 0.65);
}