@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@font-face {
  font-family: "Caviar Dreams";
  src: url("caviar-dreams-bold.woff2") format("woff2"), url("caviar-dreams-bold.woff") format("woff");
  font-weight: 700;
}
/* line 10, privacy.scss */
body {
  padding: 0 20px 90px 20px;
}

/* line 14, privacy.scss */
h1 {
  display: block;
  text-align: center;
  font-family: "Caviar Dreams";
  font-weight: 700;
  font-size: 34px;
  line-height: 44px;
  color: #000;
  margin-top: 90px;
  letter-spacing: 9px;
}

/* line 26, privacy.scss */
p, ul {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: block;
  max-width: 540px;
  margin: auto;
}
/* line 35, privacy.scss */
p a, ul a {
  color: #333;
}

/* line 40, privacy.scss */
ul {
  margin-top: 20px;
}

/* line 44, privacy.scss */
h3 {
  font-family: "Caviar Dreams";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  display: block;
  max-width: 540px;
  margin: 30px auto 20px auto;
}
