@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-color:#000;--secondary-color:#fff;--font-family-base:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--breakpoint-mobile:320px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}@media(min-width:769px){html{scrollbar-gutter:stable}}body{font-family:var(--font-family-base);line-height:1.5;color:var(--primary-color);background-color:var(--secondary-color);overflow-x:hidden}@media(min-width:769px){body{scrollbar-gutter:stable}}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a,article,aside,div,footer,h1,h2,h3,h4,h5,h6,header,main,nav,p,section,span{font-family:var(--font-family-base)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,li,ol,select,textarea,ul{font-family:var(--font-family-base)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto}@media(min-width:769px){::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}@media(min-width:769px){*{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}}@media(max-width:768px){::-webkit-scrollbar{display:none;width:0}*{scrollbar-width:none;-ms-overflow-style:none}}@media(min-width:768px){html{font-size:18px}body{background-color:#fff}}@media(min-width:1024px){html{font-size:20px}}