@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
.primary-font {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
.custom-bg-primmary{
    background-color: #c350d2;
}
.custom-bg-primmary:hover{
    background-color: #1b9d90;
}
.custom-bg-secondary{
    background-color: #3a79b3;
}
.custom-bg-tertiary{
    background-color: #1b9d90;
}
.gradient-bg-primary{
    /* background: rgb(195,80,210);
    background: linear-gradient(270deg, rgba(195,80,210,0.75) 0%, rgba(58,121,179,0.5) 50%, rgba(27,157,144,0.25262605042016806) 100%); */

    background: rgb(58,121,179);
    background: linear-gradient(270deg, rgba(58,121,179,1) 50%, rgba(27,157,144,0.1) 100%);
}
.custom-font-primary{
    color: #c350d2;
}
.custom-font-secondary{
    color: #3a79b3;
}
.custom-font-tertiary{
    color: #1b9d90;
}
.desk-nav-bar li a{
    color: black;
}
.banner-title{
    color: #3a79b3;
}
.banner-description{}
.page-header-banner{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
