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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

main,
section,
article,
aside,
div {
  min-width: 0;
}

.icon-filled {
  fill: currentColor;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.footer-logo {
  display: block;
  width: auto;
  height: 46px;
  filter: brightness(0) invert(1);
}

.policy-modal-copy h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #2C241B;
  margin-bottom: 0.85rem;
}

.policy-modal-copy p {
  color: #5B5047;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.blog-prose p {
  color: #5B5047;
  line-height: 1.9;
}

.blog-prose h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.15;
  color: #2C241B;
}

.blog-table th,
.blog-table td {
  border-bottom: 1px solid rgba(120, 111, 99, 0.16);
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
}

.blog-table th {
  color: #7D8C74;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

h1,
h2,
h3,
p,
li,
td,
th,
a,
button,
span {
  overflow-wrap: anywhere;
}

iframe,
img {
  max-width: 100%;
}

@media (max-width: 640px) {
  .brand-logo {
    height: 36px;
  }

  .footer-logo {
    height: 40px;
  }

  .blog-prose h2 {
    font-size: 1.65rem;
  }

  .blog-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .blog-table th,
  .blog-table td {
    min-width: 160px;
    padding: 0.8rem 0.85rem;
    font-size: 0.9rem;
  }

  .blog-table th {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
  }
}
