/*
Theme Name: Zicron
Theme URI: https://dev.theblufig.com/Zircon
Description: Child theme for the Hello Biz theme
Author: Blufig
Template: hello-biz
Version: 1.0
Text Domain: hello-biz-child
*/

/* Custom CSS goes below this line */

/* Base font family */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(14px, 1.6vw, 16px) !important;
  line-height: 1.6;
  color: #333;
 
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

/* Responsive font sizes using clamp(min, preferred, max) */
h1 { font-size: clamp(28px, 5vw, 48px) !important; }
h2 { font-size: clamp(24px, 4vw, 40px) !important; }
h3 { font-size: clamp(20px, 3vw, 32px) !important; }
h4 { font-size: clamp(18px, 2.5vw, 26px) !important; }
h5 { font-size: clamp(16px, 2vw, 22px) !important; }
h6 { font-size: clamp(14px, 1.8vw, 18px) !important; }


