/* Chefs Finder type scale: body 12px, heading lines 16px, titles 30px.
   Offer-card prices/stats stay large so Candidate Search and packages do not collapse. */
:root {
  --cf-body-font-size: 12px;
  --cf-heading-font-size: 16px;
  --cf-title-font-size: 30px;
  --cf-input-font-size: 12px;
  --cf-button-font-size: 12px;
  --cf-label-font-size: 12px;
}
html, body,
.cf-page-wrap, .cf-platform-page, .cf-app-shell, .cf-candidate-portal,
.cf-dashboard-content, .cf15-wrap, .site-main, .cf-content, p, li, td, th,
label, small, .cf-help, .cf-muted, .cf-offer-lead, .cf-membership-term,
.cf-nav a, .cf-side-nav a, .cf-candidate-portal-nav a,
input, select, textarea, button, .cf-btn {
  font-size: 12px !important;
  line-height: 1.5;
}
h1,
.cf-page-title,
.cf-app-heading h1,
.cf-candidate-page-head h1,
.cf15-head h1,
.cf-hero h1,
.cf-auth-card h1,
.cf-section-head h1 {
  font-size: 30px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}
h2, h3, h4,
.cf-card h2, .cf-card h3,
.cf-section-title h2,
.cf-card-head h2,
.cf-app-heading p,
.cf-candidate-page-head p,
.cf-home-section-head h2,
.cf-cta h2,
.site-footer h3,
.cf-offer-card h3,
article.cf-job.cf-offer-card h3,
article.cf-candidate-card.cf-offer-card h3,
.cf15-match h3 {
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.cf-kicker,
.cf-info-label {
  font-size: 11px !important;
  letter-spacing: .12em;
}
.cf-membership-price b,
.cf-offer-stat b,
.cf-employer-kpi strong,
.cf-candidate-kpi strong,
.cf-stats strong,
.cf-donut strong,
.cf-ats-mini-grid strong,
.cf-stat strong,
.cf-progress-item strong,
.cf-candidate-stage-list strong {
  font-size: clamp(32px, 3.2vw, 42px) !important;
  line-height: 1 !important;
}
.cf-membership-price span,
.cf-offer-stat span {
  font-size: 12px !important;
}

/* Package cards — prices should fit the card; Candidate Search stats stay large. */
.cf-membership-grid .cf-membership-price b,
.cf-membership-card .cf-membership-price b,
form.cf-billing-option .cf-membership-price b {
  font-size: 22px !important;
  letter-spacing: -0.02em;
}

/* Landing hero only — do not apply 12/16/30 to the homepage headline/kicker. */
body.home .cf-hero h1,
body.front-page .cf-hero h1 {
  font-size: 48px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
}
body.home .cf-hero .cf-hero-kicker,
body.front-page .cf-hero .cf-hero-kicker,
body.home .cf-hero .cf-kicker,
body.front-page .cf-hero .cf-kicker {
  font-size: 24px !important;
  letter-spacing: 0.1em;
  line-height: 1.25 !important;
}
