:root{--background-primary:239,207,207;--background-dark:20,20,20;--background-accent-red:245,131,97;--background-dark-red:169,32,62;--text-primary:30,30,30;--text-secondary:40,40,40;--text-light:234,234,234;--text-dark:20,20,20;--color-gold:246,209,8;--text-red:176,10,50;--gap-1:0.5rem;--gap-2:1rem;--gap-4:2rem;--gap-6:3rem}[data-theme=dark]{--background-primary:20,20,20;--background-dark:2,2,2;--background-accent-red:245,131,97;--background-dark-red:122,30,20;--background-accent-gradient-yellow:255,255,51;--background-accent-gradient-white:227,212,210;--background-accent-gradient-orange:244,165,88;--color-gold:246,209,8;--text-primary:234,234,234;--text-secondary:190,190,190;--text-light:234,234,234;--text-dark:20,20,20;--text-red:245,131,97}@keyframes move-out{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes move-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}::view-transition-old(root){animation:move-out .4s ease-in both}::view-transition-new(root){animation:move-in .4s ease-in both}*{box-sizing:border-box;padding:0;margin:0}body::-webkit-scrollbar{display:none}body{transition:background-color .4s,color .4s;-ms-overflow-style:none;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{cursor:pointer;text-decoration:none;color:rgb(var(--text-red));transition:opacity .15s ease-out}a:hover{opacity:.4}body,html{background-color:rgb(var(--background-primary));color:rgb(var(--text-primary))}@font-face{font-family:Tiempos;font-weight:700;src:url(/fonts/TiemposHeadline-Bold.otf)}@font-face{font-family:Tiempos;font-weight:600;src:url(/fonts/TiemposHeadline-Semibold.otf)}@font-face{font-family:Bobohei;src:url(/fonts/Bobohei.ttf)}@font-face{font-family:Mod;src:url(/fonts/Mod.ttf)}@font-face{font-family:Convo Pixel;src:url(/fonts/ConvoPixel.woff2)}@font-face{font-family:Convo;weight:700;src:url(/fonts/Convo-Bold.otf)}@font-face{font-family:Convo;weight:700;src:url(/fonts/Convo-Bold-Italic.otf)}@font-face{font-family:Convo;weight:400;src:url(/fonts/Convo-Italic.otf)}@font-face{font-family:Convo;weight:400;src:url(/fonts/Convo-Regular.otf)}@font-face{font-family:Convo;weight:300;src:url(/fonts/Convo-LightItalic.otf)}@font-face{font-family:Convo;weight:300;src:url(/fonts/Convo-Light.otf)}@font-face{font-family:Convo Script;src:url(/fonts/ConvoScript-Regular.otf)}@font-face{font-family:VG;src:url(/fonts/VG.woff2)}@font-face{font-family:Fatface;src:url(/fonts/Fatface.woff2)}.mod{font-family:Mod;font-size:5rem}.convo-pixel{font-family:Convo Pixel}.convo-script{font-family:Convo Script}.convo,.convo-bold,.convo-bold-italic,.convo-italic,.convo-light,.convo-light-italic{font-family:Convo}.convo-bold{font-weight:700}.convo-bold-italic{font-weight:700;font-style:italic}.convo,.convo-italic{font-weight:400}.convo-italic{font-style:italic}.convo-light{font-weight:200}.convo-light-italic{font-weight:200;font-style:italic}button{border:none;background-color:inherit;cursor:pointer}.page{padding:var(--gap-4)}.columns{display:flex;gap:1rem}.columns>div>*{border-radius:8px}h1,h2,h3,h4,h5{font-family:Tiempos;letter-spacing:1px;font-feature-settings:"liga"}body,p{font-family:VG}blockquote{padding-left:2rem}