// Desktop/Mobile image auto-resize
img {
    max-width: 100%;
}

// SVG color correction
svg {
    fill: var(--text);
}