// Helper to access the global sizes by their name
@function getSize($size){
    @return map-get($sizes, $size);
}