/* MINIDRIVE_HOTFIX_3_2 */
*,*::before,*::after{box-sizing:border-box}
html{min-height:100%;background:var(--page)}
body{min-height:100vh;margin:0;font-family:var(--font);font-size:var(--fs-base);line-height:1.6;color:var(--text);background:var(--page);-webkit-font-smoothing:antialiased;transition:background .22s,color .22s}
button,input{font:inherit}
button{border:0}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:var(--strong);line-height:1.08}
:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
