* {
  box-sizing: border-box;
  min-width: 0;
}

html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #222;
  padding-top: 0;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
}

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

/* ============================= */
/* GLOBAL MEDIA */
/* ============================= */

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}


/*TEMP PREVIEW FIXES*/

* {
  font-family: "EB Garamond", serif !important;
}

p {
  font-size: 1.20rem !important;
  line-height: 1.8;
}