@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
        url('Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
        url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham';
    src: url('Gotham-Light.woff2') format('woff2'),
        url('Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-BookItalic.woff2') format('woff2'),
        url('Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  body {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  p, div, body, a {
    font-family: Gotham, Arial, Sans;
  }
  
  div {
    box-sizing: border-box;
  }

  
.privacy {
  width: 1260px;
  max-width: 90%;
  margin: auto;
}

.privacy h1 {
  font-weight: bold;
  font-size: 40px;
}
.privacy h2 {
  font-weight: bold;
  font-size: 33px;
}
.privacy h3 {
  font-weight: bold;
  font-size: 28px;
}
.privacy p {
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {

  .privacy h1 {
    font-weight: bold;
    font-size: 32px;
  }
  .privacy h2 {
    font-weight: bold;
    font-size: 25px;
  }
  .privacy h3 {
    font-weight: bold;
    font-size: 20px;
  }
  .privacy p {
    font-weight: 500;
    font-size: 16px;
  }

}