/* Path: Frontend/src/styles/tools/_functions.scss */ @function rem($pixels, $base: 16) { @return ($pixels / $base) * 1rem; }