:root{--font-primary:ui-rounded,-apple-system,BlinkMacSystemFont,"SF Pro Rounded","SF Pro Display","SF Pro Text","Segoe UI Rounded","Roboto","Inter",sans-serif;--brand-primary:#ff8fab;--brand-primary-dark:#db3266;--brand-secondary:#ffffff;--brand-font-primary:rgb(0 0 0/87%);--brand-font-secondary:rgb(0 0 0/60%);--brand-container-low:rgb(194 74 115/8%);--brand-container-normal:rgb(194 74 115/16%);--brand-container-high:rgb(194 74 115/24%)}*{box-sizing:border-box}#__next,body,html{min-height:100%;margin:0}html{font-family:var(--font-primary)}body{background:var(--brand-secondary);color:var(--brand-font-primary);color-scheme:light}button,input{font:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:var(--brand-container-high);border-radius:10px}::-webkit-scrollbar-track{background-color:var(--brand-container-low);border-radius:10px}