/* ═══════════════════════════════════════════════════════════════
   Manzoma Base Styles
   Phase 2 split: resets and base element rules.
   Load order: tokens.css → base.css → style.css.
═══════════════════════════════════════════════════════════════ */

html,body{height:100%;overflow:hidden}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

html,body{
  height:100%;font-family:var(--ff);
  background:var(--bg);color:var(--t1);
  font-size:var(--fz-base);line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
button{font-family:var(--ff);cursor:pointer;border:none;outline:none}
input,select,textarea{font-family:var(--ff)}
a{text-decoration:none;color:inherit}
img{max-width:100%}
