:root{--header-height:90px;--black:#000;--light-black:#171717;--white:#fafafa;--grey:#9e9e9e;--grey-light:#d9d9d9;--grey-dark:#585858;--blue:#afc9e0;--orange:#ff7e2e;--yellow:#f1a73e;--magenta:#b084a5;--teal:#5abdb7;--red:#d32f2f;--theme-transition:.25s cubic-bezier(.4,0,.2,1);--background:var(--white);--foreground:var(--light-black);--primary:var(--blue)}html[data-theme=light]{--background:var(--white);--foreground:var(--light-black)}html[data-theme=dark]{--background:var(--black);--foreground:var(--white)}html[data-palette=myheart]{--primary:var(--magenta)}html[data-palette=myspirit]{--primary:var(--yellow)}html[data-palette=myconscience]{--primary:var(--teal)}html[data-palette=general]{--primary:var(--blue)}html,body{width:100vw;height:100vh;position:relative;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-ibm-plex-sans),system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5{font-weight:600}p{font-weight:400}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.themed{transition:background-color var(--theme-transition),color var(--theme-transition),border-color var(--theme-transition),fill var(--theme-transition),stroke var(--theme-transition)}
