@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-300.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-500.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-600.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-300-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-400-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-500-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/montserrat-300.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/montserrat-400.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/montserrat-500.ttf") format("truetype");
}

html {
  text-rendering: auto;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 768px) {
  .font-light {
    font-weight: 400;
  }

  .max-w-\[220px\] > p:last-child {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.005em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}

header {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-color: rgb(250 250 249 / 98%) !important;
}

@media (max-width: 767px) {
  .privacy-article {
    padding: 3rem 1.25rem 4rem;
  }

  .privacy-title {
    font-size: clamp(2.35rem, 12vw, 3rem);
    line-height: 1;
    margin-bottom: 2.5rem;
    overflow-wrap: anywhere;
  }

  .privacy-copy {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.75;
  }

  .privacy-copy h2 {
    line-height: 1.15;
    margin-bottom: 1.25rem;
  }

  .privacy-copy a,
  .privacy-copy li > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .privacy-footer {
    margin-top: 0;
  }

  .privacy-footer > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .privacy-footer div[style] {
    column-gap: 1.25rem !important;
    row-gap: 1rem !important;
  }
}
