:root{--background: #151515;--secondary-background: #1c1c1e;--system-fill: rgba(235, 235, 245, .3);--secondary-system-fill: rgba(235, 235, 245, .2);--separator: #3a3a3c;--text-color: #eeeeee;--label-secondary: rgba(235, 235, 245, .6);--title-text: rgb(151, 151, 159);--font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;--border-radius: 5px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}body{font-family:var(--font-family);font-size:1rem;font-weight:500;color:var(--text-color);background-color:var(--background)}a{color:var(--label-primary);text-decoration:none;transition:color .5s ease}a:hover{color:#fff}button{all:unset;cursor:pointer;background:#6161615d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius);color:var(--label-primary);padding:6px;transition:color .5s ease}h1{font-size:.8rem;font-weight:500}button:hover{color:#fff}.text-x-sm{font-size:.75rem}.text-sm{font-size:.8rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.title{color:var(--title-text)}.flex{display:flex;flex-wrap:wrap;gap:1rem}.flex-between{justify-content:space-between;align-items:baseline}.flex-center{justify-content:center;align-items:baseline}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/inter-regular.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../../../fonts/inter-500.woff2) format("woff2")}
