@import url("https://use.typekit.net/bot8zyh.css");

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"proxima-nova","Proxima Nova",-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:14px;line-height:1.45;color:#1a1a1a;background:#0e0e10;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
input,select{font:inherit;color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,p,dl,dd{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid #c8a96a;outline-offset:2px}

/* -------- Dark scrollbars -------- */
*{scrollbar-color:#2a2a30 #0a0a0c;scrollbar-width:thin}
*::-webkit-scrollbar{width:10px;height:10px;background:#0a0a0c}
*::-webkit-scrollbar-track{background:#0a0a0c}
*::-webkit-scrollbar-thumb{background:#2a2a30;border-radius:6px;border:2px solid #0a0a0c}
*::-webkit-scrollbar-thumb:hover{background:#3a3a44}
*::-webkit-scrollbar-corner{background:#0a0a0c}
