:root {
  --primary-color: #0a518f;
  --accent-color: #ec681f;
  --light-bg: #f8f9fa;
}

body {
  font-family: "Figtree", sans-serif;
}

.section-title {
    font-size: 2.8rem; /* Make the title bigger */
    font-weight: 700;
    color: var(--primary-color);
}

.about-text {
    font-size: 1.3rem; /* Make the paragraph bigger */
    line-height: 1.7;
}

.hero h1 {
    font-size: 4rem;
    color: #fdfdfd; /* Larger headline */
    font-weight: bold;
}

.hero .lead {
    font-size: 1.7rem; /* Larger subtitle */
    color: #ec681f;    /* Orange color */
    font-weight: 500;
}