:root{--themeDarker: #024250;--themeDark: #03596d;--themeDarkAlt: #046a81;--themePrimary: #04758f;--themeSecondary: #17849c;--themeTertiary: #4ea8bc;--themeLight: #9dd2dd;--themeLighter: #c8e6ed;--themeLighterAlt: #f1f9fb;--neutralDark: #201f1e;--neutralPrimary: #323130;--neutralPrimaryAlt: #3b3a39;--neutralSecondary: #605e5c;--neutralSecondaryAlt: #8a8886;--neutralTertiary: #a19f9d;--neutralTertiaryAlt: #c8c6c4;--neutralQuaternaryAlt: #e1dfdd;--neutralLight: #edebe9;--neutralLighter: #f3f2f1;--neutralLighterAlt: #faf9f8;--black: #000000;--white: #ffffff;--error: #ff0000}body{font-family:Poppins,sans-serif;margin:0;padding:0;overflow:hidden;box-sizing:border-box}button{border-radius:.3rem;border:none;padding:.3rem .75rem;font-size:1rem;background-color:var(--themeLight);color:var(--neutralDark);transition:transform .05s ease}.button-inactive{background-color:var(--neutralTertiary)}button:not(.button-inactive):hover{background-color:var(--themeLighter)}button:active{transform:scale(.95)}input[type=checkbox]{border:1px solid var(--neutralLight);background-color:#fff;width:1rem;height:1rem;appearance:none}input[type=checkbox]:checked{background-color:var(--themeLight);width:1rem;height:1rem}
