/*
  Theme Name: Vipo11
  Theme URI: https://vipo11.com/
  Version: 2025
  Template: Divi
  Author: https://vipo11.com/
  Author URI: https://vipo11.com/
  Description: Child Theme for vipo11
  Text Domain: vipo11
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/




h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 0.75em !important;
}

/* ===== H1 - Main Page Title ===== */
h1 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important; 
  font-weight: 700 !important;
}

/* ===== H2 - Section Titles ===== */
h2 {
  font-size: clamp(1.8rem, 4vw, 3rem) !important; 
  font-weight: 600 !important;
}

/* ===== H3 - Subheadings ===== */
h3 {
  font-size: clamp(1.4rem, 3vw, 2.2rem) !important; 
  font-weight: 500 !important;
}

/* ===== H4 - Smaller Subheadings ===== */
h4 {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important; 
  font-weight: 500 !important;
  color: #444 !important; 
}

/* ===== H5 - Minor Headings ===== */
h5 {
  font-size: clamp(1rem, 2vw, 1.4rem) !important; 
  font-weight: 500 !important;
  text-transform: uppercase !important; 
  letter-spacing: 0.5px !important;

}

/* ===== H6 - Small Labels or Titles ===== */
h6 {
  font-size: clamp(0.9rem, 1.8vw, 1.2rem) !important; 
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;

}

/* =============================
   Global Typography Reset
============================= */
body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =============================
   Paragraph Text
============================= */
p {
  font-size: 1rem !important; 
  line-height: 1.7 !important;
  margin-bottom: 1.2em !important;
}

