/* Typography Reset & Scaled Ratio (+20%) */
body {
    font-size: 19.2px; /* Increased from 16px */
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Headings with Increased Scale */
h1 {
    font-size: 2.93rem; /* ~46.8px */
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.75em;
    font-weight: 700;
}

h2 {
    font-size: 2.34rem; /* ~37.4px */
    line-height: 1.25;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    font-weight: 700;
}

h3 {
    font-size: 1.88rem; /* ~30px */
    line-height: 1.3;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

h4 {
    font-size: 1.5rem;  /* ~24px */
    line-height: 1.4;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    font-weight: 600;
}

h5 {
    font-size: 1.2rem;  /* ~19.2px */
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 600;
}

h6 {
    font-size: 0.96rem; /* ~15.4px */
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

/* Paragraphs */
p {
    font-size: 1.2rem;  /* ~19.2px */
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 1.25rem;
}