@font-face {
  font-family: "TLS Refined Sans";
  src: url("figtree-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "TLS Refined Serif";
  src: url("cormorant-garamond-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

.tls-refined {
  --tls-refined-porcelain: var(--tls-colour-canvas, #f6f1ea);
  --tls-refined-paper: var(--tls-colour-surface, #fffdf8);
  --tls-refined-ink: var(--tls-colour-ink, #2f211d);
  --tls-refined-wine: var(--tls-colour-wine, #5b3b30);
  --tls-refined-wine-dark: var(--tls-colour-wine-dark, #432a23);
  --tls-refined-rose: var(--tls-colour-rose, #d8c3b0);
  --tls-refined-toast-soft: var(--tls-colour-toast, #eadfd4);
  --tls-refined-champagne: var(--tls-colour-gold, #b3945d);
  --tls-refined-mushroom: var(--tls-colour-muted, #8a7f78);
  --tls-refined-rule: var(--tls-colour-rule, rgba(47,33,29, .18));
  --tls-refined-rule-light: rgba(255, 253, 248, .26);
  --tls-refined-shadow: 0 24px 70px rgba(47,33,29, .12);
  --tls-refined-max: 1296px;
  --tls-refined-reading: 760px;
  --tls-refined-header-height: 88px;
  --tls-refined-space-1: .5rem;
  --tls-refined-space-2: .875rem;
  --tls-refined-space-3: 1.25rem;
  --tls-refined-space-4: 1.75rem;
  --tls-refined-space-5: 2.5rem;
  --tls-refined-space-6: 3.75rem;
  --tls-refined-space-7: 5.5rem;
  --tls-refined-space-8: 8rem;
  margin: 0;
  color: var(--tls-refined-ink);
  background: var(--tls-refined-porcelain);
  font-family: "TLS Refined Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

.tls-refined img,
.tls-refined svg {
  display: block;
  max-width: 100%;
}

.tls-refined img {
  height: auto;
}

.tls-refined button,
.tls-refined input,
.tls-refined select,
.tls-refined textarea {
  font: inherit;
}

.tls-refined button,
.tls-refined a {
  -webkit-tap-highlight-color: transparent;
}

.tls-refined a {
  color: inherit;
  text-underline-offset: .26em;
}

.tls-refined h1,
.tls-refined h2,
.tls-refined h3,
.tls-refined h4,
.tls-refined p,
.tls-refined figure,
.tls-refined blockquote,
.tls-refined dl,
.tls-refined ul,
.tls-refined ol {
  margin-top: 0;
}

.tls-refined h1,
.tls-refined h2,
.tls-refined h3,
.tls-refined h4 {
  max-width: 100%;
  color: inherit;
  font-family: "TLS Refined Serif", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tls-refined h1 {
  font-size: clamp(3.75rem, 8vw, 8rem);
}

.tls-refined h2 {
  font-size: clamp(2.8rem, 5.8vw, 5.75rem);
}

.tls-refined h3 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.tls-refined h4 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.tls-refined address {
  font-style: normal;
}

.tls-refined :focus-visible {
  outline: 3px solid var(--tls-refined-ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--tls-refined-paper);
}

.tls-refined [hidden] {
  display: none !important;
}

.tls-refined ::selection {
  color: var(--tls-refined-paper);
  background: var(--tls-refined-wine);
}

.tls-refined .tls-refined-container {
  width: min(100%, var(--tls-refined-max));
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 4rem);
}

.tls-refined .tls-refined-reading {
  width: min(100%, var(--tls-refined-reading));
  margin-inline: auto;
}

.tls-refined .tls-refined-kicker {
  margin-bottom: 1.35rem;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tls-refined .tls-refined-lead {
  max-width: 650px;
  color: #51423a;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.7;
}

.tls-refined .tls-refined-muted {
  color: var(--tls-refined-mushroom);
}

.tls-refined .tls-refined-rule-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--tls-refined-rule);
  font-size: .7rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tls-refined .tls-refined-rule-heading span {
  font-family: "TLS Refined Serif", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
}

.tls-refined .tls-refined-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 760px) {
  .tls-refined {
    --tls-refined-header-height: 72px;
    --tls-refined-space-7: 4rem;
    --tls-refined-space-8: 5.5rem;
  }

  .tls-refined h1 {
    font-size: clamp(2.75rem, 15vw, 5.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tls-refined *,
  .tls-refined *::before,
  .tls-refined *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .tls-refined :focus-visible {
    outline: 3px solid CanvasText;
    box-shadow: none;
  }
}
