:root{--primary: #023365;--accent: #3879cd;--green: #00875a;--red: #e24763;--gray: #677684;--bg: #f7fafc;--white: #fff;--text: #46525c;--border: #e4ebf2;--shadow: rgba(2, 51, 101, .06)}*{box-sizing:border-box}body{margin:0;font-family:IBM Plex Sans,sans-serif;font-size:14px;color:var(--text);background:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}button{font-family:inherit}.clickable{cursor:pointer;transition:all .12s}.clickable:hover{transform:translateY(-1px);box-shadow:0 4px 14px var(--shadow)}
