/* ==========================================================
   boilerplate.css — GLOBAL BASE + TYPOGRAPHY + SPACING
========================================================== */

/* Body */
body {
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #333;
    margin: 0;
    background: #fff;
}

/* Improve default container spacing so text isn't against edges */
.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* ----------------------------
   Headings — modern, balanced
---------------------------- */
h1 {
	font-family: "Exo 2", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h2 {
	font-family: "Exo 2", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h3 {
	font-family: "Exo 2", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

h4 {
	font-family: "Exo 2", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

h5, h6 {
	font-family: "Exo 2", sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

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

/* Lists */
ul, ol {
    margin-bottom: 1.2rem;
    padding-left: 1.3rem;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}
