/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 12:40:28 */
/* =========================
Global Heading Styles
========================= */
h1, h2, h3, h4, h5 {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 600;
color:  #013047;
margin: 0;
}

/* ---------- Desktop (default) ---------- */
h1 {
font-size: 72px;
line-height: 80px;
letter-spacing: 0;
}

h2 {
font-size: 48px;
line-height: 100%;
letter-spacing: 0;
}

h3 {
font-size: 24px;
line-height: 100%;
}

h4 {
font-size: 20px;
line-height: 100%;
}

h5 {
font-size: 16px;
line-height: 100%;
}

p {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 100%;
letter-spacing: 0;
color: #014464;
}
body {
font-size: 20px;
line-height: 100%;
letter-spacing: 0;
color: #013047;
}


/* ---------- Tablet (max-width: 1024px) ---------- */
@media (max-width: 1024px) {
h1 {
font-size: 60px;
line-height: 70px;
}

h2 {
font-size: 42px;
line-height: 48px;
}

h3 {
font-size: 22px;
line-height: 100%;
}

h4 {
font-size: 18px;
line-height: 100%;
}

h5 {
font-size: 14px;
line-height: 100%;
}

p {
font-size: 20px;
}

body {
font-size: 17px;
}

}

/* ---------- Mobile (max-width: 768px) ---------- */
@media (max-width: 767px) {
h1 {
font-size: 44px;
line-height: 46px;
}

h2 {
font-size: 32px;
line-height: 38px;
}

h3 {
font-size: 20px;
line-height: 100%;
}

h4 {
font-size: 17px;
line-height: 100%;
}

h5 {
font-size: 15px;
line-height: 100%;
}

body {
font-size: 16px;
}

p {
font-size: 18px;
}

}

