@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Raleway:wght@400;500;700&display=swap');

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

:root {
  --ratio: 16;
}

@media all and (min-width: 1024px) and (max-width: 1919px) {
  html {
    font-size: calc(1024vw / 655);
  }
}

@media all and (max-width: 1023px) {
  html {
    font-size: calc(375vw / 87.89);
  }
}

body {
  color: #475364;
}

a {
  color: inherit;
  text-decoration: none;
}

body, select, textarea, input, button, td {
  font: 400 16px/1 "Raleway", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

img {
  display: block;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}
