/* ==============================================
   Typography
   ============================================== */
body,
body.et_pb_pagebuilder_layout {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
  background-color: var(--bg);
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.et_pb_module_header,
.et_pb_all_tabs .et_pb_tab a {
  font-family: 'Anton', sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Secondary heading font for subheadings, scores, card titles */
.ch-font-teko {
  font-family: 'Teko', sans-serif;
}

/* Eyebrow / label pattern used throughout the template */
.ch-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--silver);
  display: flex;
  align-items: center;
  gap: 12px;
}

.ch-eyebrow::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--silver);
  display: block;
  flex-shrink: 0;
}

/* Section title pattern */
.ch-sec-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  letter-spacing: 1px;
  line-height: 1;
  color: var(--white);
}

/* Grain overlay for texture */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
