*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;height:-webkit-fill-available}
body{font-family:var(--font);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-app);line-height:var(--leading-normal);min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img,picture,video,canvas,svg{display:block;max-width:100%}
input,button,textarea,select{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
table{border-collapse:collapse}
p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-break:break-word}
:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}
::selection{background:var(--primary-100);color:var(--primary-700)}
