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

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

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

@media (min-width: 992px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* ----------------------------
   Headings — modern, balanced
---------------------------- */
h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

h5, h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

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

strong {
    color: #002266;
}

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

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

@font-face {
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
  font-display: swap; /* or optional */
}
