/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1748437540
Updated: 2025-05-28 22:05:40

*/

/* Global Heading and Body Font Sizes */

/* 기본 (Desktop) */
h1 { font-size: 56px; }
h2 { font-size: 42px; }
h3 { font-size: 34px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
body, p { font-size: 18px; }

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    h1 { font-size: 46px; }
    h2 { font-size: 35px; }
    h3 { font-size: 30px; }
    h4 { font-size: 25px; }
    h5 { font-size: 21px; }
    h6 { font-size: 18px; }
    body, p { font-size: 18px; }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    h1 { font-size: 35px; }
    h2 { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 19px; }
    h6 { font-size: 16px; }
    body, p { font-size: 17px; }
}
