@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;500&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@property --bg-color{syntax:"<color>";inherits:true;initial-value:#fff}@property --text-color{syntax:"<color>";inherits:true;initial-value:#111}@property --gradient-top{syntax:"<color>";inherits:true;initial-value:#fbca88}@property --gradient-bottom{syntax:"<color>";inherits:true;initial-value:#ef69ad}@property --gradient-none{syntax:"<color>";inherits:true;initial-value:#e6e6e6}:root{--bg-color:white;--text-color:#111;--gradient-top:#fbca88;--gradient-bottom:#ef69ad;--gradient-none:#e6e6e6;background-color:var(--bg-color);color:var(--text-color);transition:--text-color .4s ease-in-out,--bg-color .4s ease-in-out,--gradient-top .4s ease-in-out,--gradient-bottom .4s ease-in-out,--gradient-none .4s ease-in-out}:root.dark{--bg-color:#0b010e;--text-color:#e1d6e1;--gradient-top:#aa6e21;--gradient-bottom:#75204b;--gradient-none:#1c031b}:root{--navheight:50px}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif;font-size:18px;line-height:1.5}body,html{margin:0;padding:0}h1{font-size:38px;font-weight:600}h2{font-size:32px;font-weight:600}h3{font-size:18px;font-weight:600}a{color:inherit}.container{max-width:940px;margin:0 auto;display:flow-root}
