/*---------------------------------------------------------------------------------

 Theme Name:   ThriftAbility
 Theme URI:    https://www.thriftability.org
 Description:  
 Author:       GreenStreet Marketing
 Author URI:   https://www.greenstreetmkg.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* -------------------------
   Global Body Styles
------------------------- */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px; /* Base font size */
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

/* -------------------------
   Headings
------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	line-height: 1.2;
    color: #222;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.75rem; }
h5 { font-size: 1.5rem; }
h6 { font-size: 1.25rem; }

/* -------------------------
   Paragraphs
------------------------- */
p {
    margin-bottom: 1em;
}

/* -------------------------
   Links
------------------------- */
a {
    color: #005e8a; /* Primary link color */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover, a:focus {
    color: #2a789d;
    text-decoration: underline;
}

/* -------------------------
   Lists
------------------------- */
ul, ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

/* -------------------------
   Responsive Typography
------------------------- */
@media (max-width: 1200px) {
    h1 { font-size: 2.75rem; }
    h2 { font-size: 2.25rem; }
    h3 { font-size: 1.85rem; }
    h4 { font-size: 1.6rem; }
}

@media (max-width: 768px) {
    body { font-size: 15px; }
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.65rem; }
    h4 { font-size: 1.4rem; }
    h5 { font-size: 1.25rem; }
    h6 { font-size: 1.1rem; }
}

@media (max-width: 480px) {
    body { font-size: 14px; }
    h1 { font-size: 2.25rem; }
    h2 { font-size: 1.85rem; }
    h3 { font-size: 1.45rem; }
    h4 { font-size: 1.25rem; }
	h5 { font-size: 1.1;; }
    h6 { font-size: 1rem; }
}
