@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&family=Inter:wght@300;400;500;600&display=swap");:root{--blue:#1a6de5;--blue2:#103fea;--blue3:#0a2fa8;--gray:#e5e5e5;--cream:#fffdf3;--dark:#060d0d;--gradient:linear-gradient(135deg,#103fea,#1a6de5 60%,#0a2fa8)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--dark);line-height:1.6}h1,h2,h3,h4{font-family:Fraunces,serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}