/* ===================================================================
   Madame Ginger — reset (front end only; never loaded in the editor)
   =================================================================== */
html{font-size:16px; background:var(--paper,#fff); -webkit-text-size-adjust:100%;}
*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ul,ol{margin:0; padding:0;}
body{font-size:16px; line-height:1.5; overflow-x:hidden;}
img,svg,video{display:block; max-width:100%;}
img{height:auto;}
a{color:inherit; text-decoration:none;}
ul,ol{list-style:none;}
button,input,select,textarea{font:inherit; color:inherit;}
button{background:none; border:none; cursor:pointer; padding:0;}
[hidden]{display:none !important;}
