tfrere's picture
tfrere HF Staff
refactor: remove MUI, unify publisher pipeline, add shared component registry
d15d7f7
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
margin: 0;
font-family: var(--default-font-family);
color: var(--text-color);
}
audio { display: block; width: 100%; }
img,
picture {
max-width: 100%;
height: auto;
display: block;
position: relative;
z-index: var(--z-elevated);
}