:root{--background:#fff;--primarycolor:#e78925;--textColorOne:#374151;--cardBg:#f0f2f5;--lightPrimaryColor:#f5bb7e;--secondarycolor:#f4f4f4;--herobackground:#f5bb7e;--whiteColor:#fff;--blackColor:#0a0a0a;--btnColorOne:#ef476f;--btnColorTwo:#073b4c;--heroBgColor:#ffd166;--navBgColor:#fed;--descColor:#555;--darkBlue:#002b36}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#0d0c22}}body,html{max-width:100vw;min-height:100vh;animation:fadeIn 1s ease-in forwards;color:#555;background:var(--background);font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important;font-optical-sizing:auto;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}audio,img,picture,video{max-width:100%;object-fit:contain;height:auto}@media (max-width:768px){video{aspect-ratio:16/9}}h1,h2,h3,h4,h5,h6,p{font-weight:400}p{color:var(--btnColorTwo);line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}