@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:#f7f2f2}@property --text-color{syntax:"<color>";inherits:true;initial-value:#34251a}@property --gradient-top-position{syntax:"<percentage>";inherits:true;initial-value:0%}@property --gradient-top{syntax:"<color>";inherits:true;initial-value:#fcc961}@property --gradient-bottom{syntax:"<color>";inherits:true;initial-value:#fe7bc2}@property --gradient-none{syntax:"<color>";inherits:true;initial-value:#f3e7dd}:root{--bg-color:#f7f2f2;--text-color:#34251a;--gradient-top-position:0%;--gradient-top:#fcc961;--gradient-bottom:#fe7bc2;--gradient-none:#f3e7dd;background-color:var(--bg-color);color:var(--text-color);transition:--text-color 1.25s ease-in-out,--bg-color 1.25s ease-in-out,--gradient-top-position 1.25s ease-in-out,--gradient-top 1.25s ease-in-out,--gradient-bottom 1.25s ease-in-out,--gradient-none 1.25s ease-in-out}:root.dark{--bg-color:#0b010e;--text-color:#e1d6e1;--gradient-top-position:100%;--gradient-top:#720032;--gradient-bottom:#b42d02;--gradient-none:#38031c}: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}
