  :root{
      --brand-blue: #012B43;
      --accent: #35C2E1;
      --section-bg: #E5F4F2;
      --muted-bg: #F5F5F5;
    }
    body { font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
    h1,h2,h3,h4,h5 { font-family: "Poppins", sans-serif; }

    p{
        font-size: 15px;
    }

    li{
        font-size: 15px;
    }

    .container-custom {
      max-width: 1150px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    @media(min-width:1024px){
      .hero-bg { background-attachment: fixed; }
    }