@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700&display=swap";:root{--color-primary:#0d6e6e;--color-secondary:#14919b;--color-accent:#0ea5e9;--color-warm:#f59e0b;--color-bg:#f8fafc;--color-text:#1e293b;--color-text-light:#374151}*,:after,:before{padding:0;margin:0;box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100%}@media only screen and (max-width:1200px){html{font-size:95%}}@media only screen and (max-width:900px){html{font-size:90%}}@media only screen and (max-width:600px){html{font-size:87.5%}}@media(min-width:1800px){html{font-size:106.25%}}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#1e293b;background-color:#f8fafc;overflow-x:hidden;max-width:100%;width:100%}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.2;color:#1e293b}p{margin-bottom:1rem}ol,ul{list-style:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media only screen and (max-width:600px){.container{padding:0 1rem}}:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}::selection{background-color:rgba(13,110,110,.2);color:#1e293b}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#0d6e6e;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#084040}