:root {
  --yeco-ui-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --yeco-body-size: 15px;
  --yeco-body-line: 1.48;
  --yeco-meta-size: 13px;
}

html {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--yeco-ui-font) !important;
  font-size: var(--yeco-body-size);
  line-height: var(--yeco-body-line);
  letter-spacing: -0.006em;
}

button,
input,
select,
textarea,
.font-headline,
.font-body,
.font-label,
[class*="font-['Plus_Jakarta_Sans']"] {
  font-family: var(--yeco-ui-font) !important;
}

button,
input,
select,
textarea {
  font-size: 15px;
}

article p,
.yeco-social-copy {
  font-size: 15px;
  line-height: 1.5;
}

.yeco-social-meta,
article time {
  font-size: var(--yeco-meta-size);
  line-height: 1.35;
}

.yeco-page-title {
  font-size: clamp(1.875rem, 3vw, 2.5rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

.yeco-section-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 640px) {
  :root {
    --yeco-body-size: 15px;
    --yeco-meta-size: 12px;
  }

  .yeco-page-title {
    font-size: 1.875rem !important;
  }
}
