@use 'iro-sass/src/index' as iro; @use 'iro-design/src/functions' as fn; body { box-sizing: border-box; height: auto; min-height: 100%; margin-top: -1px; padding-top: 1px; @media print { background-color: fn.color(--bg-hi2); } } main { font-size: fn.dim(--font-size --150); } img { display: block; max-width: 100%; }