*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
}

body {
  margin: 0;
  font-family: var(--font-family-base);
  font-size: var(--font-size-16);
  line-height: var(--line-height-base);
  color: var(--color-text);
  background: var(--color-bg);
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* WP Social Chat (WhatsApp) — disabled on this site */
#qlwapp {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--space-16);
  font-family: var(--font-family-heading);
  line-height: var(--line-height-tight);
}

p {
  margin: 0 0 var(--space-16);
  color: var(--color-text-muted);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}
