/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 06:10:05 */
/* PDA Australia - Global Typography
   Fonts: Montserrat (headings), Lato (body)
   Updated: 2026-03-18 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Lato:wght@300;400;700&display=swap');

/* ===== Body / Base Typography ===== */
body,
body p,
body li,
body td,
body th,
body dd,
body dt,
body blockquote,
body label,
body input,
body textarea,
body select {
  font-family: 'Lato', 'Open Sans', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: #2C2C2C !important;
}

/* Mobile base font size */
@media (max-width: 768px) {
  body,
  body p,
  body li,
  body td,
  body th,
  body dd,
  body dt,
  body blockquote,
  body label,
  body input,
  body textarea,
  body select {
    font-size: 16px !important;
  }
}

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.post-title,
.wp-block-heading,
.woocommerce-loop-product__title,
.product_title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #5D737E !important;
  line-height: 1.3 !important;
}

/* ===== Prevent pure black anywhere ===== */
* {
  --wp--preset--color--black: #2C2C2C;
}

/* Override any elements that might use #000 */
body *:not(svg):not(svg *) {
  border-color: currentColor;
}

/* ===== Links - inherit heading colour for consistency ===== */
a {
  color: #5D737E;
}

a:hover {
  color: #4A6069;
}

/* ===== WooCommerce specific ===== */
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce .product_title,
.woocommerce-page h1,
.woocommerce-page h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #5D737E !important;
}

.woocommerce .price,
.woocommerce p,
.woocommerce td,
.woocommerce th {
  font-family: 'Lato', 'Open Sans', sans-serif !important;
  color: #2C2C2C !important;
}

/* ===== Navigation ===== */
nav a,
.nav-menu a,
.menu-item a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}

/* ===== Buttons ===== */
button,
.button,
.wp-block-button__link,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}

/* ===== Homepage Hero H1 - prevent FOUC ===== */
#home-root h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  line-height: 1.15 !important;
  font-family: 'Poppins', 'Montserrat', sans-serif !important;
}

/* ===== Hero section overflow fix ===== */
#understanding-pda-in-australia {
  overflow: visible !important;
}