@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;700&display=swap');

* { font-family:'Sora'; }
h1, h2, h3, h4, h5 { font-weight:700; color:#000056; }
p { line-height:1.5; font-weight:300; color:#222; font-size:19px; }
.text-normal { font-weight:400; }
.page .button-primary { background-color:#000056; border-color:#000056; padding:10px 26px; }
.page .button-primary:hover { background-color:#e78b1a; border-color:#e78b1a; color:#000056; }
.icon { font-size:40px; color:#0e0ecd; }

#home-header .button-primary { background-color:#e78b1a; border-color:#e78b1a; color:#000056;  }
#home-features .icon { margin-bottom:20px; }
#home-features-bottom { margin-bottom:40px; }
#footer { border-top:0; }
#footer .footer-logo { color:#000056; font-size:14px; }


@media only screen and (max-width:768px) {
  #home-header { min-height:auto; }
  #home-header h3 { font-size:32px; }
.page .button-primary { margin-bottom:60px; }
}
