/* Client design base — typography locked to Archivo / Source Serif 4 */

html {
  margin: 0 !important;
  padding: 0 !important;
}

body.ttg-dc-app {
  margin: 0 !important;
  padding: 0 !important;
  background: #efefee !important;
  color: #14161a !important;
  font-family: "Archivo", system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

/*
  Force Archivo on UI / headings, but never override elements that
  explicitly request Source Serif 4 (client body copy).
*/
body.ttg-dc-app *:where(:not(svg):not(path):not(circle):not(line):not(polyline):not(rect)):not([style*="Source Serif"]) {
  font-family: "Archivo", system-ui, sans-serif !important;
}

body.ttg-dc-app p,
body.ttg-dc-app [style*="Source Serif 4"],
body.ttg-dc-app [style*="Source Serif"] {
  font-family: "Source Serif 4", Georgia, serif !important;
  font-weight: 400 !important;
}

body.ttg-dc-app h1,
body.ttg-dc-app h2,
body.ttg-dc-app h3,
body.ttg-dc-app h4,
body.ttg-dc-app h5,
body.ttg-dc-app h6 {
  font-family: "Archivo", system-ui, sans-serif !important;
  font-weight: 800 !important;
  color: inherit;
}

body.ttg-dc-app a {
  color: #c8102e;
  text-decoration: none !important;
  font-family: inherit !important;
}

body.ttg-dc-app a:hover {
  color: #8e0b20;
}

body.ttg-dc-app input,
body.ttg-dc-app select,
body.ttg-dc-app textarea,
body.ttg-dc-app button {
  font-family: "Archivo", system-ui, sans-serif !important;
}

body.ttg-dc-app.admin-bar {
  padding-top: 0 !important;
}

body.ttg-dc-app #wpadminbar {
  display: none !important;
}

body.ttg-dc-app summary::-webkit-details-marker {
  display: none;
}

body.ttg-dc-app details[open] summary span {
  transform: rotate(45deg);
}

body.ttg-dc-app details summary span {
  transition: transform 0.15s ease;
}

body.ttg-dc-app video.ttg-home-hero-video {
  background: #14161a !important;
}
