html {
  font-family: "Playfair Display", serif;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
}
body.unscrollable {
  overflow-y: hidden;
}
.container {
  width: 1440px;
  max-width: 100%;
}
p strong {
  font-weight: 600;
}
